#keeps asking for password until it has been entered 3 times
password = input(" tell me a password: ")
correct = False
answer = "Flower"
if password == answer:
while correct == False
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
