Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

dictionary in python

Dict = {"name": 'Izhaan', "salary": 1234, "age": 23} 
print("
Dictionary with the use of string Keys: ") 
print(Dict)
Source by www.pythonpip.com #
 
PREVIOUS NEXT
Tagged: #dictionary #python
ADD COMMENT
Topic
Name
5+3 =