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

Saturday, December 8, 2012

LearnStreet Python Lesson 4 Exercise 1


#sample solution

def check_wounds():
    #your code here
    arms = 0
    if arms == 1:
        return "tis but a scratch"
    elif arms == 0:
        return "flesh wound"
    else:
        return "cross bridge"

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts