test/main.py

7 lines
63 B
Python
Raw Normal View History

2025-06-02 02:42:20 +08:00
import time
while True:
print("hello")
time.sleep(1)