User Tools

Site Tools


python_dictionaries

This is an old revision of the document!


tasks

Policy: group | related items, sort by | descending order of (nontriviality, interestingness, and usefulness etc.,)

initialize a dictionary

In [1]:
d = {'sun': 1,
     'mon': 2,
     'tue': 3}
d
Out[1]:
{'sun': 1, 'mon': 2, 'tue': 3}
python_dictionaries.1672589365.txt.gz · Last modified: 2023/01/01 16:09 by raju