I am running a simple program that takes user info, stores it, manipulates it then prints the results.
The program is intended to be run multiple times in a row and it would be nice to be able to do this without having to exit it and restart it again.
Is there a nice simple way to restart the code that doesn't include having to use while x != y loops.
I have scoured google but can only find very long and complex methods, surely there must be a simple command for this?