#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  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to