reso-execution/workspace/main.py

4 lines
58 B
Python
Raw Normal View History

2024-03-16 13:41:03 +00:00
import time
for i in range(50):
print(i)
time.sleep(0.5)