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

Wednesday, November 28, 2012

Codecademy: This is KEY!


#sample solution


Webster = {
     "Aardvark" : "A star of a popular children's cartoon show.",
     "Baa" : "The sound a goat makes.",
     "Carpet": "Goes on the Floor.",
     "Dab": "A small amount."
    }

for key in Webster:
print Webster[key]

2 comments:


This is an example of scrolling text using Javascript.

Popular Posts