Skip to content

Instantly share code, notes, and snippets.

@abronte
Created December 21, 2024 19:44
Show Gist options
  • Save abronte/2329ff8ffddc73e6a58f6529859e58d2 to your computer and use it in GitHub Desktop.
Save abronte/2329ff8ffddc73e6a58f6529859e58d2 to your computer and use it in GitHub Desktop.
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