#24 | Python Beginners Tutorial | Methods and Operations in List in python

preview_player
Показать описание
Python Beginners Tutorial | Methods and Operations in List in python...
hi friends in this tutorial video i explained the methods and operations that are used in python list..
min(),max(),len(),count(),list(),append(),extern(),remove(),pop(),insert() and more....

__
like our face book page..
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
---------------------------------------------------------------------------------

#santratechspot #python #listoperation
Рекомендации по теме
Комментарии
Автор

coding ah shell la eppadi ji run panringa

June-Siva
Автор

Very interesting.... Keep posting more bro🙂

karthisanthiran
Автор

Anna Ipo max() and min() methods aa only integer list ku mattum than use panna mudiuma ...suppose string aa iruntha min max work aaguma

javamari
Автор

Bro s1=list(s) ku
Tuple object is not callable nu varudhu

tamilwhatsappstatus
Автор

I am getting different o/p in append and count function could you please tell me what mistake I have made in the command?
my command is :
l=[1, 2, 3, 4, 5]
l1=[]
for i in range(10):
l1.append(i)
print(l1)
l1.append(5)
print(l1)
below is the O/P:
[0]
[0, 1]
[0, 1, 2]
[0, 1, 2, 3]
[0, 1, 2, 3, 4]
[0, 1, 2, 3, 4, 5]
[0, 1, 2, 3, 4, 5, 6]
[0, 1, 2, 3, 4, 5, 6, 7]
[0, 1, 2, 3, 4, 5, 6, 7, 8]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 5]

minuabel
Автор

hi bro,
del[ ] function kum pop () function kum enna different?

June-Siva
Автор

Bruh apdiye sorted FUNCTION
Then [1:4:6] ithu mari varumla athaiyum explain pannunga bro

TipsandTricks_