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

Saturday, November 24, 2012

Codecademy: "Compare Closely!"



#sample solution

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

# 17 < 118 % 100
bool_one = True

# 100 == 33 * 3 + 1
bool_two = True

# 19 <= 2**4
bool_three = False

# -22 >= -18
bool_four = False

# 99 != 98 + 1
bool_five = False

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts