import time if __name__ == "__main__": while True: print("Test Running...") time.sleep(3)