Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python create a dictionary of integers

>>> dict([(1, 2), (3, 4)])
{1: 2, 3: 4}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #create #dictionary #integers
ADD COMMENT
Topic
Name
8+2 =