Skip to content

Instantly share code, notes, and snippets.

@chuckbergeron
Created September 5, 2012 21:57
Show Gist options
  • Save chuckbergeron/3645718 to your computer and use it in GitHub Desktop.
Save chuckbergeron/3645718 to your computer and use it in GitHub Desktop.
Tricked Python Lesson. Hijinx!
#Assign `True` or `False` as appropriate on the lines below!
# 17 < 118 % 100
# They're asking for this:
bool_one = True
# I gave them this:
bool_one = 17 < 118 % 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment