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