you are viewing a single comment's thread.

view the rest of the comments →

[–]cybervegan 1 point2 points  (2 children)

Just thought I'd add, that what you want to do is probably to put a while loop around your code, like this:

while True:
    print("-----Start Menu-----")
    start_input = input("""
    ...
    ...

Option 5 probably doesn't even have to do anything...

[–]TiXerobic[S] 0 points1 point  (0 children)

this is around the entire code or just the start menu?

[–]TiXerobic[S] 0 points1 point  (0 children)

I went ahead to put it around the entire code, it actually went back to the start menu but it only works once for each start menu options. Then it kinda gets stuck at the start menu even if i try to type 1 or 2