Skip to content

Instantly share code, notes, and snippets.

@Alkz6
Created May 10, 2018 04:29
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 Alkz6/f012240fe7acfff7a0b052f1113a375b to your computer and use it in GitHub Desktop.
Save Alkz6/f012240fe7acfff7a0b052f1113a375b to your computer and use it in GitHub Desktop.
import time
while input('knock, knock ') != "who's there?":
pass
while input('mikey') != "mikey who?":
pass
print("My key doesn't work. let me in!")
time.sleep(2)
@Alkz6
Copy link
Author

Alkz6 commented May 10, 2018

xD

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