Hi, I am creating a game the asks the user if they want to play again at the end.
If the user answers yes, I want python to execute the program again starting from the beginning.
I have tried searching, but could not find anything.
Is there anything in Python that does this?
Thanks!