Created
December 21, 2024 19:44
-
-
Save abronte/2329ff8ffddc73e6a58f6529859e58d2 to your computer and use it in GitHub Desktop.
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
import time | |
from datetime import datetime | |
if __name__ == "__main__": | |
while True: | |
print(datetime.now()) | |
time.sleep(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment