Run
myDict = dict([(1, 'foo'), (2, 'bar'), (3, 'moo')]) print(type(myDict)) print(myDict)
Output