About the Tutorial


Dictionary update() Method



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

Dictionary update() Method 
Description 
The method 
update()
adds dictionary dict2's key-values pairs in to dict. This function 
does not return anything. 
Syntax 
Following is the syntax for update() method- 
dict.update(dict2) 


Python 3 
176 
Parameters 
dict2
- This is the dictionary to be added into dict. 
Return Value 
This method does not return any value. 
Example 
The following example shows the usage of update() method. 
#!/usr/bin/python3 
dict = {'Name': 'Zara', 'Age': 7} 
dict2 = {'Sex': 'female' } 
dict.update(dict2) 
print ("updated dict : ", dict) 
When we run the above program, it produces the following result- 
updated dict : {'Sex': 'female', 'Age': 7, 'Name': 'Zara'} 
Dictionary values() Method 
Description 
The method 
values()
returns a list of all the values available in a given dictionary. 
Syntax 
Following is the syntax for values() method- 
dict.values() 
Parameters 
NA 
Return Value 
This method returns a list of all the values available in a given dictionary. 
Example 
The following example shows the usage of values() method. 
#!/usr/bin/python3 
dict = {'Sex': 'female', 'Age': 7, 'Name': 'Zara'} 


Python 3 
177 
print ("Values : ", list(dict.values())) 
When we run above program, it produces following result- 
Values : ['female', 7, 'Zara'] 


Python 3 
178 
A Python program can handle date and time in several ways. Converting between date 
formats is a common chore for computers. Python's time and calendar modules help track 
dates and times. 
What is Tick? 
Time intervals are floating-point numbers in units of seconds. Particular instants in time 
are expressed in seconds since 12:00am, January 1, 1970(epoch). 
There is a popular 

Download 2,85 Mb.

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