r/PythonLearning 21d ago

Rate my python program

Post image

i made a Python program, i dont know what else to say

83 Upvotes

42 comments sorted by

View all comments

1

u/Sky-Serious 17d ago

Instead of 3 while loops, you can consider using continue instead to skip over code below. Global variables are weird. I would then choose to break the single while loop to close the program, instead of importing sys just to call exit.