Python3 Series of Basics 7 Python Nested Dictionary
#############################
Video Source: www.youtube.com/watch?v=6kgbMLLbHB8
Nested Dictionary: Means creating dictionary inside the dictionary. {{}}. • Nested dictionary similar to Dictionary and almost each and every function, operation, method use in the dictionary is applicable to nested dictionary too. • People Nested Dictionary: • people={'dict':{'name':'vikas', 'age':24, 'sex':'male'}, • 'dict2':{'name':'rahul', 'age':25, 'sex':male'} • } • #Python • #Programming • #video • Watch the full Python Series of Basics here: • https://www.youtube.com/watch?v=t256T... • Keep in touch on Facebook: • / aiventureo • Twitter: / vikramvinay1
#############################