About the Tutorial



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

List insert() Method 
Description 
The 
insert() method 
inserts object obj into list at offset index. 
Syntax 
Following is the syntax for insert() method- 
list.insert(index, obj) 
Parameters 

index
- This is the Index where the object obj need to be inserted. 

obj
- This is the Object to be inserted into the given list. 
Return Value 
This method does not return any value but it inserts the given element at the given index. 
Example 
The following example shows the usage of insert() method. 
#!/usr/bin/python3 
list1 = ['physics', 'chemistry', 'maths'] 
list1.insert(1, 'Biology') 
print ('Final list : ', list1) 
When we run the above program, it produces the following result- 


Python 3 
154 
Final list : ['physics', 'Biology', 'chemistry', 'maths'] 
List pop() Method 
Description 
The 
pop()
method removes and returns last object or obj from the list. 
Syntax 
Following is the syntax for pop() method- 
list.pop(obj=list[-1]) 
Parameters 
obj
- This is an optional parameter, index of the object to be removed from the list. 
Return Value 
This method returns the removed object from the list. 
Example 
The following example shows the usage of pop() method. 
#!/usr/bin/python3 
list1 = ['physics', 'Biology', 'chemistry', 'maths'] 
list1.pop() 
print ("list now : ", list1) 
list1.pop(1) 
print ("list now : ", list1) 
When we run the above program, it produces the following result- 
list now : ['physics', 'Biology', 'chemistry'] 
list now : ['physics', 'chemistry'] 
List remove() Method

Download 2,85 Mb.

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