Skip to content

Instantly share code, notes, and snippets.

@santosadrian
Created February 2, 2020 14:13
Show Gist options
  • Select an option

  • Save santosadrian/0a3fd7446ea0b55d983962293c9b9484 to your computer and use it in GitHub Desktop.

Select an option

Save santosadrian/0a3fd7446ea0b55d983962293c9b9484 to your computer and use it in GitHub Desktop.
Example 12
age = input("How old are you? ")
height = input("How tall are you? ")
weight = input("How much do you weight? ")
print(f"So, you're {age} old, {height} tall and {weight} heavy.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment