Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Dictionary in python

dict1={1:"Tutorials",2:"Point",3:1116}
print("Dictionary 1",dict1)
dict2={1:"TutorialsPoint","TP":"DictionaryTutorial"}
print("Dictionary 2",dict2)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #Dictionary #python
ADD COMMENT
Topic
Name
3+9 =