Skip to content

Instantly share code, notes, and snippets.

@filipecifali
Created October 19, 2016 17:19
Show Gist options
  • Save filipecifali/70e6dfec5cc61e8e22a679e18e0744c2 to your computer and use it in GitHub Desktop.
Save filipecifali/70e6dfec5cc61e8e22a679e18e0744c2 to your computer and use it in GitHub Desktop.
RNG
from time import sleep
while True:
print(9)
sleep(1)
@filipecifali
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment