password = "5Ecr3t" enter = input( "Enter the password: " ) if enter == password : print( "Correct, you are free to proceed " ) else: print( "Incorrect! Try again in 2 years" ) #works