Skip to content

Instantly share code, notes, and snippets.

@MayankFawkes
Created October 2, 2019 16:57
Show Gist options
  • Select an option

  • Save MayankFawkes/65ef70911a2bb2e9adf326e4d956de2b to your computer and use it in GitHub Desktop.

Select an option

Save MayankFawkes/65ef70911a2bb2e9adf326e4d956de2b to your computer and use it in GitHub Desktop.
fun
from time import ctime,sleep
while True:
print(ctime(),end="\r")
sleep(0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment