-1

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...

1 Answers1

1

Here's an example of how to loop your code

while True:
  #Change this with your code
  print("hello world")
Felix Filipi
  • 373
  • 2
  • 12