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

Saturday, December 8, 2012

LearnStreet Python Lesson 4 Exercise 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"

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts