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

Saturday, November 24, 2012

Codecademy: "Compare Closelier"


#sample solution


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

# 20 + -10 * 2 > 10 % 3 % 2
bool_one = False

# (10 + 17)**2 == 3**6
bool_two = True

# 1**2**3 <= -(-(-1))
bool_three = False

# 40 / 20 * 4 >= -4**2
bool_four = True

# 100**0.5 != 6 + 4
bool_five = False

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts