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

Saturday, November 24, 2012

Codecademy: "And"


#sample solution


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

# False and False
bool_one = False
# -(-(-(-2))) == -2 and 4 >= 16**0.5
bool_two = False
# 19 % 4 != 300 / 10 / 10 and False
bool_three = False
# -(1**2) < 2**0 and 10 % 10 <= 20 - 10 * 2
bool_four = True
# True and True
bool_five = True

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts