Questions and Answers
Problems and Solutions
Quotes help make search much faster. Example: "Practice Makes Perfect"
Friday, October 11, 2013
#LearnStreet: Teacher's Preview Assignment Lesson 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"
#This is just for you to see what happens when the function is called
print check_wounds()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This is an example of
scrolling text
using Javascript.
Popular Posts
No comments:
Post a Comment