Files
web2py/temps/looping.py
2012-12-24 13:49:06 -06:00

5 lines
64 B
Python

import time
for t in range(1000):
print t
time.sleep(5)