Mega Code Archive
Categories
/
Python Tutorial
/
Dictionary
Simple one to one dictionary
numberDict = {1:'one', 2:'two', 3:'three', 4:'four'}