2016-08-07 02:16:13 -07:00

7 lines
97 B
Python

#!/usr/bin/python
import time
while 1:
print("Start : %s" % time.ctime())
time.sleep(1)