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

Saturday, December 8, 2012

LearnStreet Python Lesson 4 Exercise 8


#sample solution


def should_eat(hungry, awake):
    #your if statement here
    if hungry and awake:
        return "eat"
    else:
        return "don't eat"

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts