Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jwhitehorn
Last active November 30, 2019 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwhitehorn/0175abab65d25c606025df1ea1280cf7 to your computer and use it in GitHub Desktop.
Save jwhitehorn/0175abab65d25c606025df1ea1280cf7 to your computer and use it in GitHub Desktop.
import time
print("App running!")
while True:
time.sleep(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment