Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python dict

>>> d = {}
>>> d
{}
>>> d = {'dict': 1, 'dictionary': 2}
>>> d
{'dict': 1, 'dictionary': 2}
Source by pythonworld.ru #
 
PREVIOUS NEXT
Tagged: #python #dict
ADD COMMENT
Topic
Name
6+4 =