Skip to content

Instantly share code, notes, and snippets.

@vivekteega
Created January 16, 2020 07:17
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 vivekteega/e279825edaae542a7fa3e91d6a572d7c to your computer and use it in GitHub Desktop.
Save vivekteega/e279825edaae542a7fa3e91d6a572d7c to your computer and use it in GitHub Desktop.
import time
for i in range(99999999):
print('Hey whatsup')
time.sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment