Just one simple question... How to re-run script when it's over.
I'm sorry if question already answered. But I didn't find any useful answers...
Just one simple question... How to re-run script when it's over.
I'm sorry if question already answered. But I didn't find any useful answers...
Here's an example of how to loop your code
while True:
#Change this with your code
print("hello world")