About the Tutorial


Dictionary items() Method



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

Dictionary items() Method 
Description 
The method items() returns a list of dict's (key, value) tuple pairs. 
Syntax 
Following is the syntax for items() method- 
dict.items() 
Parameters 
NA 
Return Value 
This method returns a list of tuple pairs. 


Python 3 
174 
Example 
The following example shows the usage of items() method. 
#!/usr/bin/python 
dict = {'Name': 'Zara', 'Age': 7} 
print ("Value : %s" % dict.items()) 
When we run the above program, it produces the following result- 
Value : [('Age', 7), ('Name', 'Zara')] 
Dictionary keys() Method 
Description 
The method 
keys()
returns a list of all the available keys in the dictionary. 
Syntax 
Following is the syntax for keys() method- 
dict.keys() 
Parameters 
NA 
Return Value 
This method returns a list of all the available keys in the dictionary. 
Example 
The following example shows the usage of keys() method. 
#!/usr/bin/python3 
dict = {'Name': 'Zara', 'Age': 7} 
print ("Value : %s" % dict.keys()) 
When we run the above program, it produces the following result- 
Value : ['Age', 'Name'] 
Dictionary setdefault() Method 
Description 


Python 3 
175 
The method setdefault() is similar to get(), but will set dict[key]=default if the key is not 
already in dict. 
Syntax 
Following is the syntax for setdefault() method- 
dict.setdefault(key, default=None) 
Parameters 

key
- This is the key to be searched. 

default
- This is the Value to be returned in case key is not found. 
Return Value 
This method returns the key value available in the dictionary and if given key is not 
available then it will return provided default value. 
Example 
The following example shows the usage of setdefault() method. 
#!/usr/bin/python3 
dict = {'Name': 'Zara', 'Age': 7} 
print ("Value : %s" % dict.setdefault('Age', None)) 
print ("Value : %s" % dict.setdefault('Sex', None)) 
print (dict) 
When we run the above program, it produces the following result- 
Value : 7 
Value : None 
{'Name': 'Zara', 'Sex': None, 'Age': 7} 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   120   121   122   123   124   125   126   127   ...   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