Page 339 - COPA - TT - Marathi
P. 339
उदाहरण: धडक्शनरी फं क्शन
print(“values are :”) पायथन खालील इन-बुटलट फं क्शन्सना सपोट्च करतो, ती म्िजे •
for x in student: • len()
print(student[x]) • copy()
आउटपुट: • get()
values are : • keys()
Kiran • items()
22 • values()
562 • update()
CSE • pop()
print all the Keys & values of a dictionary • clear()
उदाहरण: len()
print(“Key and values are :”) python मध्े, len() फं क्शन टदलेल्ा शब्कोशार्ी लांबी सर््च ण्ासाठी
forx,yin student.items(): वापरले जाते.टसन्ेक्स :
print(x,y) धसन्ेक्स
len(dictionary)
आउटपुट:
व्ॅल्यू आहेत: उदाहरण:
student ={“Name”:”Kiran”,”Age”:22,”Regno”: 562,
कॉल
“Branch”:”CSE”}
22
print(“Length of Dictionary is:”,len(student))
५६२
आउटपुट:
CSE
शब्कोशार्ी लांबी आहे: 4
शब्कोशाच्ा सव्च की आटि व्ॅल्यू टप्ंटेड कराउदाहरि:
copy()
उदाहरण
हे टदलेल्ा शब्कोशार्ी दुसरी प्त परत करते.
print(“Key and values are :”)
धसन्ेक्स :
forx,yin student.items():
dictionary.copy()
print(x,y)
उदाहरण:
आउटपुट:
student ={“Name”:”Kiran”,”Age”:22,”Regno”: 562,
की आटि व्ॅल्यू आहेत: “Branch”:”CSE”}
नाव टकरि student2=student.copy()
वय 22 print(student2)
राजवट 562
आउटपुट:
शाखा CSE {‘नाव’:’टकरि’, ‘वय’:22, ‘रेग्नो’:562, ‘शाखा’:’CSE’}
IT & ITES : COPA (NSQF -उजळणी 2022) एक्सरसाईस साठी संबंधित धिअरी 1.41.8&9 309