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

Wednesday, November 28, 2012

Codecademy: "The Next Part is Key"


#sample solution


# Assigning a dictionary with three key-value pairs to `residents`
residents = {'Puffin' : 104, 'Sloth' : 105, 'Burmese Python' : 106}

print residents['Puffin'] # Prints Puffin's room number

# Your code here
print residents['Sloth']
print residents['Burmese Python']

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts