ac984b5
1
2
3
4
5
6
7
import time if __name__ == "__main__": while True: print("Test Running...") time.sleep(3)