Mega Code Archive
Categories
/
Python Tutorial
/
Dictionary
Dict can be used with keyword arguments
d = dict(name='Gumby', age=42) print d