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

Saturday, December 8, 2012

LearnStreet Python Lesson 7 Exercise 3


#sample solution


def run():
    knights = {"Arthur":"king", "Lancelot":"brave", "Galahad":"pure", "Robin":"not-quite-so-brave"}
    #your code here
    knights["Bedivere"] = "wise"
    return knights

#check
print run()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts