Skip to content

Instantly share code, notes, and snippets.

@bngsudheer
Created May 19, 2022 10:56
Show Gist options
  • Save bngsudheer/d1dfb4ff874c5e7b5ea783905f666aef to your computer and use it in GitHub Desktop.
Save bngsudheer/d1dfb4ff874c5e7b5ea783905f666aef to your computer and use it in GitHub Desktop.
Simple Python Program
from datetime import datetime
import time
while True:
print("Hello there, it is {}".format(datetime.now()))
time.sleep(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment