About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet122/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   118   119   120   121   122   123   124   125   ...   234
Bog'liq
python3 tutorial 060821094426

dict.update(dict2) 
Adds dictionary 
dict2
's key-values pairs to 
dict.
10 
dict.values() 
Returns list of dictionary 
dict
's values. 
Dictionary clear() Method 
Description 
The method 
clear()
removes all items from the dictionary. 
Syntax 
Following is the syntax for clear() method- 
dict.clear() 
Parameters 
NA 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of clear() method. 
#!/usr/bin/python3 


Python 3 
171 
dict = {'Name': 'Zara', 'Age': 7} 
print ("Start Len : %d" % len(dict)) 
dict.clear() 
print ("End Len : %d" % len(dict)) 
When we run the above program, it produces the following result- 
Start Len : 2 
End Len : 0 
Dictionary copy() Method 
Description 
The method 
copy()
returns a shallow copy of the dictionary. 
Syntax 
Following is the syntax for copy() method- 
dict.copy() 
Parameters 
NA 
Return Value 
This method returns a shallow copy of the dictionary. 
Example 
The following example shows the usage of copy() method. 
#!/usr/bin/python3 
dict1 = {'Name': 'Manni', 'Age': 7, 'Class': 'First'} 
dict2 = dict1.copy() 
print ("New Dictionary : ",dict2) 
When we run the above program, it produces following result- 
New dictionary : {'Name': 'Manni', 'Age': 7, 'Class': 'First'} 


Python 3 
172 
Dictionary fromkeys() Method 
Description 
The method fromkeys() creates a new dictionary with keys from seq and values set to 
value. 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   118   119   120   121   122   123   124   125   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish