Part 13 | Python List | Python Malayalam Tutorial Series

preview_player
Показать описание
This is the thirteenth video of our "Python Malayalam Tutorial Series". In this tutorial, we are explaining more about list, index, append and insert

Python Malayalam Tutorial Series:

Installation :

Part 1:

Part 2:

Part 3:

Part 4:

Part 5:

Part 6:

Part 7:

Part 8:

Part 9:

Part 10:

Part 11:

Part 12:

Connect with us:
Рекомендации по теме
Комментарии
Автор

Good class sir... Explanations are really awesome... Expecting more classes from you...

eldhomathai
Автор

emp=[2, 2, 3, 3, 4, 5, 6]
c=0
A=2 # any number you like to remove
#print(len(emp)-1)
while c<=(len(emp)-1):
if emp[c]==A :

emp.remove(A)
c=0
else:
c=c+1
print(emp)

ashlivlogs
Автор

broke vijaarchathre support kittiyilla, wait for 1 day

SPIDERR____
Автор

If we want to remove the seccond hundred and we don't know the index then what wil be do?

neearun
visit shbcf.ru