Files
dev/script/outupdate.py
2023-05-01 11:28:04 +02:00

5 lines
62 B
Python

for i in range(20):
out.write(i)
time.sleep(0.1)