Skip to content

Instantly share code, notes, and snippets.

@richardbwest
Created July 19, 2016 15:37
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 richardbwest/5e1b348054376befe09c87942ae35982 to your computer and use it in GitHub Desktop.
Save richardbwest/5e1b348054376befe09c87942ae35982 to your computer and use it in GitHub Desktop.
age = int(input("How old are you?"))
if age > 50:
print("You're ancient!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment