Skip to content

Instantly share code, notes, and snippets.

@richardbwest
Last active July 19, 2016 15:52
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/13fd65104a9a2bc35019f721ea158c56 to your computer and use it in GitHub Desktop.
Save richardbwest/13fd65104a9a2bc35019f721ea158c56 to your computer and use it in GitHub Desktop.
age = int(input("Please enter your age: "))
if age < 0 or age > 150:
print("Invalid age!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment