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

Friday, October 11, 2013

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


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

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

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts