About the Tutorial


Note : An exception is raised because after  del dict



Download 2,85 Mb.
Pdf ko'rish
bet119/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   115   116   117   118   119   120   121   122   ...   234
Bog'liq
python3 tutorial 060821094426

Note
: An exception is raised because after 
del dict,
the dictionary does not exist 
anymore. 
dict['Age']: 
Traceback (most recent call last): 
File "test.py", line 8, in  


Python 3 
166 
print "dict['Age']: ", dict['Age']; 
TypeError: 'type' object is unsubscriptable 
Note:
The del() method is discussed in subsequent section. 
Properties of Dictionary Keys 
Dictionary values have no restrictions. They can be any arbitrary Python object, either 
standard objects or user-defined objects. However, same is not true for the keys. 
There are two important points to remember about dictionary keys- 
(a)
More than one entry per key is not allowed. This means no duplicate key is allowed. 
When duplicate keys are encountered during assignment, the last assignment wins. For 
example- 
#!/usr/bin/python3 
dict = {'Name': 'Zara', 'Age': 7, 'Name': 'Manni'} 
print ("dict['Name']: ", dict['Name'])
When the above code is executed, it produces the following result- 
dict['Name']: Manni 
(b)
Keys must be immutable. This means you can use strings, numbers or tuples as 
dictionary keys but something like ['key'] is not allowed. Following is a simple example- 
#!/usr/bin/python3 
dict = {['Name']: 'Zara', 'Age': 7} 
print ("dict['Name']: ", dict['Name'])
When the above code is executed, it produces the following result- 
Traceback (most recent call last): 
File "test.py", line 3, in  
dict = {['Name']: 'Zara', 'Age': 7} 
TypeError: list objects are unhashable 


Python 3 
167 
Built-in Dictionary Functions & Methods
Python includes the following dictionary functions- 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   115   116   117   118   119   120   121   122   ...   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