Password=input (" please enter the 3 digit password: ") # to input the password input values assigned to variables
If the password=="666" :
Print (" welcome back ")
The else:
Print (" password mistake, an alarm!" )
CodePudding user response:
PyInstaller