2025-04-09 13:27:08 +00:00

8 lines
122 B
Python

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