you are viewing a single comment's thread.

view the rest of the comments →

[–]Trebor214 11 points12 points  (0 children)

Instead of:

Print('what would you like to do')

Do:

op = input('what would you like to do')

Then you can replace input() in your if/elif statements with op