/ Published in: Python
Enter your password to continue.
Expand |
Embed | Plain Text
clave = "key" respuesta = raw_input("What is the password?\n") while clave != respuesta: print "Incorrect" respuesta = raw_input("What is the password?\n") print "Correct" raw_input()
You need to login to post a comment.
