byStarTW says to YSITD
if os.name == nt: os.system('cls') os.system('ping 0.0.0.0 -n 2 >nul') time() else: os.system('clear') os.system('sleep 2') time()