Created
October 2, 2019 16:57
-
-
Save MayankFawkes/65ef70911a2bb2e9adf326e4d956de2b to your computer and use it in GitHub Desktop.
fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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