Skip to content

Instantly share code, notes, and snippets.

@dazcona
Created October 31, 2018 18:17
Show Gist options
  • Save dazcona/31db92504d00aff0e16eb8a1f467aab3 to your computer and use it in GitHub Desktop.
Save dazcona/31db92504d00aff0e16eb8a1f467aab3 to your computer and use it in GitHub Desktop.
Are you a teenager?
#!/usr/bin/env python
age = input() # 1. It's an integer. 2. It's an age.
print 12 < age and age < 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment