zimit/test.py
2016-06-18 11:13:22 +02:00

6 lines
86 B
Python

#! /use/bin/python
import time
for i in range(100):
time.sleep(0.2)
print i