Loop Question

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jun 23 20:23:11 EDT 2013


On Sun, 23 Jun 2013 16:18:35 -0700, christhecomic wrote:

> How do I bring users back to beginning of user/password question once
> they fail it? thx

Write a loop. If they don't fail (i.e. they get the password correct), 
then break out of the loop.


-- 
Steven



More information about the Python-list mailing list