While loop help

Chris Angelico rosuav at gmail.com
Tue Apr 9 13:08:10 EDT 2013


On Wed, Apr 10, 2013 at 2:57 AM,  <thomasancilleri at gmail.com> wrote:
> I responded before I saw this message, this was very helpful so I appreciate your quick and helpful responses. So do you think prompting for a string and then checking if the string is true is a good practice for something like this? When would checking for true/false be necessary?

Prompting for a string is fairly standard. Just figure out what sort
of string you want to look for.

Play around with other programs with similar interfaces, and decide
what you like. Anything you want to do can be done; most of them won't
even be difficult.

ChrisA



More information about the Python-list mailing list