5 lines
63 B
Python
5 lines
63 B
Python
|
|
|
|
for i in range(100):
|
|
out.write(i)
|
|
time.sleep(0.1) |