Python - Looping an Input [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: python, basic question on loops how to let a raw_input repeat until I wanna quit? I would like some help with Python please. I'm writing a program in Py2.7.2, but am having some issues. What I have so far is something like this: choice = raw_input("What would you like to do") if choice == '1': print("You chose 1") elif choice == '2': print("You chose 2") elif choice == '3': print("You chose 3") else: print("That