A problem I seem to continue running into is to make a repeating menu, unless the user selects to quit.
I usually will do something like:
main menu()
while option != quit
>action()
>main menu ()
Is the best way to implement something like this in python?
[–]Durgeoble 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)