kopia lustrzana https://github.com/piku/piku
7 wiersze
97 B
Python
7 wiersze
97 B
Python
![]() |
import os, sys, time
|
||
|
|
||
|
for x in xrange(0,5):
|
||
|
print x
|
||
|
sys.stdout.flush()
|
||
|
time.sleep(2)
|