Skip to content

Instantly share code, notes, and snippets.

@vereperrot
Last active December 19, 2019 09:01
Show Gist options
  • Save vereperrot/9b424066ef63918940c6be58637ad5f6 to your computer and use it in GitHub Desktop.
Save vereperrot/9b424066ef63918940c6be58637ad5f6 to your computer and use it in GitHub Desktop.
user input
# python 3
# https://stackabuse.com/getting-user-input-in-python/
# https://www.geeksforgeeks.org/python-output-formatting/
txt = input("Type something to test this out: ")
print("Is this what you just said? %s"%( txt))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment