realPassword = "5Ecr3t" userPassword = input( "Enter the password: " ) if userPassword == realPassword : print("Password Correct!,") print( "Welcome, User!" ) else: print("Incorrect Password,") print("System Locked!") # Made by Tristan, only for the eyes of Mr, Ronowicz... ( and me :P)