Answers for "Creating a Nested Dictionary"

0

Creating a Nested Dictionary

# welcome to softhunt.net
# Creating a Nested Dictionary
Dictionary = {0: 'Softhunt', 1: '.net',
		2:{'i' : 'By', 'ii' : 'Ranjeet', 'iii' : 'Andani'}}
print(Dictionary)
Posted by: Guest on May-05-2022

Code answers related to "Creating a Nested Dictionary"

Python Answers by Framework

Browse Popular Code Answers by Language