Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to create a new dictionary in python

myDict = {'first item' : 'definition'}
#CREATING A BLANK DICTIONARY
myDict = {}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #create #dictionary #python
ADD COMMENT
Topic
Name
7+7 =