Skip to content

Instantly share code, notes, and snippets.

@joetechem
Created February 23, 2017 15:02
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 joetechem/e35336bfb33f074e9e39d15079c5a6cf to your computer and use it in GitHub Desktop.
Save joetechem/e35336bfb33f074e9e39d15079c5a6cf to your computer and use it in GitHub Desktop.
simple user input
# Python 2.7
# A simple program to have the computer take input from the user... Or so it seems!
message = ("Tell me something, and I will repeat it back to you: ")
print(message)
# Now, the message is printed, but the user cannot type anyhting in!
# What function do we need to add and where?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment