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

Saturday, November 24, 2012

Codecademy: "How the Tables Have Turned"


#sample solution


#Create comparative statements as appropriate on the lines below!

#Make me true!
bool_one = 1 == 1

#Make me false!
bool_two = 1 != 1

#Make me true!
bool_three = 1 > 0

#Make me false!
bool_four = 1 < 0

#Make me true!
bool_five = 1 >= 1

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts