import time import os a = 0 while True : time. sleep(1) a += 1 os.system("clear") print(a)