About the Tutorial


Syntax  Following is the syntax for fromkeys() method-  dict.fromkeys(seq[, value]))  Parameters



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

Syntax 
Following is the syntax for fromkeys() method- 
dict.fromkeys(seq[, value])) 
Parameters 

seq
- This is the list of values which would be used for dictionary keys preparation. 

value
- This is optional, if provided then value would be set to this value 
Return Value 
This method returns the list. 
Example 
The following example shows the usage of fromkeys() method. 
#!/usr/bin/python3 
seq = ('name', 'age', 'sex') 
dict = dict.fromkeys(seq) 
print ("New Dictionary : %s" % str(dict)) 
dict = dict.fromkeys(seq, 10) 
print ("New Dictionary : %s" % str(dict)) 
When we run the above program, it produces the following result- 
New Dictionary : {'age': None, 'name': None, 'sex': None} 
New Dictionary : {'age': 10, 'name': 10, 'sex': 10} 
Dictionary get() Method 
Description 
The method 
get()
returns a value for the given key. If the key is not available then returns 
default value None. 
Syntax 


Python 3 
173 
Following is the syntax for get() method- 
dict.get(key, default=None) 
Parameters 

key
- This is the Key to be searched in the dictionary. 

default
- This is the Value to be returned in case key does not exist. 
Return Value 
This method returns a value for the given key. If the key is not available, then returns 
default value as None. 
Example 
The following example shows the usage of get() method. 
#!/usr/bin/python3
dict = {'Name': 'Zara', 'Age': 27} 
print ("Value : %s" % dict.get('Age')) 
print ("Value : %s" % dict.get('Sex', "NA")) 
When we run the above program, it produces the following result- 
Value : 27 
Value : NA 

Download 2,85 Mb.

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