password script problem

Tony Meyer t-meyer at ihug.co.nz
Tue Jul 13 20:36:33 EDT 2004


> my problem is when i execute the script and typed
> the right password the it loops forever the "Welcome."
> greeting. i could not terminate the program once I
> entered the right password.

Take a look at:

<http://docs.python.org/tut/node6.html#SECTION006400000000000000000>

A further hint is that of the three, you're not after 'continue' or 'else'.

=Tony Meyer




More information about the Python-list mailing list