reso-execution/workspace/main.py
2024-03-16 08:15:31 -07:00

4 lines
No EOL
58 B
Python

import time
for i in range(10):
print(i)
time.sleep(0.5)