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

Saturday, November 24, 2012

Codecademy: "Or"


#sample solution


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

# 2**3 == 108 % 100 or 'Cleese' == 'King Arthur'
bool_one = True
# True or False
bool_two = True
# 100**0.5 >= 50 or False
bool_three = False
# True or True
bool_four = True
# 1**100 == 100**1 or 3 * 2 * 1 != 3 + 2 + 1
bool_five = False

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts