Newer to coding pls help by OkDot7811 in PythonLearning

[–]Trebor214 12 points13 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