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

Saturday, November 24, 2012

Codecademy: "Mix 'n Match"


#sample solution


# Use boolean expressions as appropriate on the lines below!

# Make me false!
bool_one = not True

# Make me true!
bool_two = not False

# Make me false!
bool_three = True and False

# Make me true!
bool_four = True or False

# Make me true!
bool_five = True and not False

2 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete


This is an example of scrolling text using Javascript.

Popular Posts