About the Tutorial


SN Methods with Description



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

SN Methods with Description 

list.append(obj) 
Appends object obj to list 

list.count(obj) 
Returns count of how many times obj occurs in list 

list.extend(seq) 
Appends the contents of seq to list 

list.index(obj) 
Returns the lowest index in list that obj appears 

list.insert(index, obj) 
Inserts object obj into list at offset index 


Python 3 
150 

list.pop(obj=list[-1]) 
Removes and returns last object or obj from list 

list.remove(obj) 
Removes object obj from list 

list.reverse() 
Reverses objects of list in place 

list.sort([func]) 
Sorts objects of list, use compare func if given 
List append() Method 
Description 
The 
append()
method appends a passed obj into the existing list. 
Syntax 
Following is the syntax for append() method- 
list.append(obj) 
Parameters 
obj
- This is the object to be appended in the list. 
Return Value 
This method does not return any value but updates existing list. 
Example 
The following example shows the usage of append() method. 
#!/usr/bin/python3 
list1 = ['C++', 'Java', 'Python'] 
list1.append('C#') 
print ("updated list : ", list1) 
When we run the above program, it produces the following result- 
updated list : ['C++', 'Java', 'Python', 'C#'] 


Python 3 
151 
List count() Method 
Description 
The 
count()
method returns count of how many times obj occurs in list. 

Download 2,85 Mb.

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