Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, November 24, 2012

Codecademy: "This and That"


#sample solution


# Assign `True` or `False` as appropriate on the lines below!

# False or not True and True
bool_one = False
# False and not True or True
bool_two = True
# True and not (False or False)
bool_three = True
# not not True or False and not True
bool_four = True
# False or not (True and True)
bool_five = False

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts