piku/examples/python/worker.py

7 wiersze
97 B
Python
Czysty Zwykły widok Historia

2016-03-29 22:15:16 +00:00
import os, sys, time
for x in xrange(0,5):
print x
sys.stdout.flush()
time.sleep(2)