print ("Security Check") realPassword = "donkey" userpassword = input ("Enter the password: ") if userpassword == realPassword: print("correct")