realPassword = "5Ecr3t" userPassword = input("Enter the password: ") if userPassword == realPassword: print("Correct! You are free to proceed.") else: print("Incorrect! Call Security!!!")