how to get output to the same line by overwriting previous received Timing(countdown) by NTP server. As shown below after each second timing is receiving in next row.
But only for windows
import os import time while True: print(time.ctime()) time.sleep(1) os.system('cls')