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

Saturday, December 1, 2012

Codecademy: keys() and values()


#sample solution


my_dict = {
"userID": 12345,
"userName": "Coco",
"userType": "admin",
}

print my_dict.keys()
print my_dict.values()

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts