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

Saturday, December 8, 2012

LearnStreet Python Lesson 4 Exercise 9



#sample solution
def kitchen_or_bed(hungry, thirsty):
    # your if statement here
    if hungry or thirsty:
        return "go to kitchen"
    else:
        return "go to bed"

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts