CodePudding user response:
I know what is wrong...CodePudding user response:
Print (" -- -- -- -- -- -- - the registration -- -- -- -- -- -- -- -- -- -- - ")A=input (" please enter your registered user name: ")
B=int (input (" please enter the password "))
Print (" registration ")
Print (" -- -- -- -- -- -- -- -- on -- -- -- -- -- -- -- -- -- -- ")
C=input (" please enter your login user name: ")
D=int (input (" please enter your login password "))
If (a==c) and (b==d)) :
Print (" landing successful ")
The else:
Print (" login failed!" )
CodePudding user response:
So I missed the parentheses instead, careful next time, or you really can't do this industryCodePudding user response: