Skip to content

Instantly share code, notes, and snippets.

@codeboy101
Created January 8, 2016 05:56
Show Gist options
  • Save codeboy101/bf3975d5ad84d452fcb2 to your computer and use it in GitHub Desktop.
Save codeboy101/bf3975d5ad84d452fcb2 to your computer and use it in GitHub Desktop.
import time
print('you')
time.sleep(2)
print('have')
time.sleep(2)
print('been')
time.sleep(2)
print('HACKED')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment