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

Friday, October 11, 2013

#LearnStreet: Teacher's Preview Assignment Lesson 5 Sample Solution


def colorful_conditions():

    color = "blue"

    if  color == "red":
        return "first block"
    elif  color == "white":
        return "second block"
    elif  color == "blue":
        return "third block"
    else:
        return "fourth block"

#This is just for you to see what happens when the function is called
print colorful_conditions()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts