Skip to content

Instantly share code, notes, and snippets.

/-

Created January 17, 2018 16:06
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 anonymous/a3ac185cbcefc2a3d483093dbd5aa7a5 to your computer and use it in GitHub Desktop.
Save anonymous/a3ac185cbcefc2a3d483093dbd5aa7a5 to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
#
print("Press any key to continue ...")
any = input()
print(any, "key pressed")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment