Files
dev/script/outupdate.py
2018-04-17 12:05:48 +02:00

5 lines
63 B
Python

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