About the Tutorial


Syntax  Following is the syntax for count() method-  list.count(obj)  Parameters



Download 2,85 Mb.
Pdf ko'rish
bet111/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   107   108   109   110   111   112   113   114   ...   234
Bog'liq
python3 tutorial 060821094426

Syntax 
Following is the syntax for count() method- 
list.count(obj) 
Parameters 
obj
- This is the object to be counted in the list. 
Return Value 
This method returns count of how many times obj occurs in list. 
Example 
The following example shows the usage of count() method. 
#!/usr/bin/python3 
aList = [123, 'xyz', 'zara', 'abc', 123]; 
print ("Count for 123 : ", aList.count(123)) 
print ("Count for zara : ", aList.count('zara')) 
When we run the above program, it produces the following result- 
Count for 123 : 2 
Count for zara : 1 
List extend() Method 
Description 
The 
extend()
method appends the contents of seq to list. 
Syntax 
Following is the syntax for extend() method- 


Python 3 
152 
list.extend(seq) 
Parameters 
seq
- This is the list of elements 
Return Value 
This method does not return any value but adds the content to an existing list. 
Example 
The following example shows the usage of extend() method. 
#!/usr/bin/python3 
list1 = ['physics', 'chemistry', 'maths'] 
list2=list(range(5)) #creates list of numbers between 0-4 
list1.extend('Extended List :', list2) 
print (list1) 
When we run the above program, it produces the following result- 
Extended List : ['physics', 'chemistry', 'maths', 0, 1, 2, 3, 4] 
List index() Method 
Description 
The 
index()
method returns the lowest index in list that obj appears. 
Syntax 
Following is the syntax for index() method- 
list.index(obj) 
Parameters 
obj
- This is the object to be find out. 
Return Value 
This method returns index of the found object otherwise raises an exception indicating 
that the value is not found. 
Example 
The following example shows the usage of index() method. 


Python 3 
153 
#!/usr/bin/python3 
list1 = ['physics', 'chemistry', 'maths'] 
print ('Index of chemistry', list1.index('chemistry')) 
print ('Index of C#', list1.index('C#')) 
When we run the above program, it produces the following result- 
Index of chemistry 1 
Traceback (most recent call last): 
File "test.py", line 3, in
print ('Index of C#', list1.index('C#')) 
ValueError: 'C#' is not in list

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   107   108   109   110   111   112   113   114   ...   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