On Wed, Sep 19, 2012 at 6:50 PM, Dan Katorza <dkato...@gmail.com> wrote:
> i know about the while loop , but forgive me i just don't have a clue how to 
> use it for this situation.

You've already used one. What you need to do is surround your entire
code with the loop, so that as soon as it gets to the bottom, it goes
back to the top.

Tip: You'll be indenting the bulk of your code.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to