User Tools

Site Tools


python_dictionaries

This is an old revision of the document!


initialize a dictionary

In [1]:
d = {'sun': 1,
     'mon': 2,
     'tue': 3}
d
Out[1]:
{'sun': 1, 'mon': 2, 'tue': 3}
python_dictionaries.1620305399.txt.gz · Last modified: 2021/05/06 12:49 by raju