Thread: the noob i am!
View Single Post
  #2 (permalink)  
Old 10-18-2007, 01:06 PM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,651
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

This will help you on the way...
Code:
choice = ""
while choice != "no":
    # This is the start
    print "Do you want to try again? Yes/No"
    # If the user writes "yes" then it goes back to "This is the start"
    # Otherwise, it will quit the loop
# and end here.
print "You decided not to try again, and ended the loop"
__________________
05-03-2007 - 11-13-2008
Reply With Quote