Python-list

list explained





Python MOD L1       course cody

Suryansh Nadda

nody



  

Defining a list
Nested list



  

Accessing list elements
at particular index
Accessing elements from nested list
Negative index



  

Slicing in list



  

Append and extend
the main differnce between append and extend is append treats its argument as single object on the other side extends do not ,you can see the difference in the output clearly



  

Update elements of list



  

Delete
Remove
Pop



  

count
index
sort
revrese
copy
length


other avilable courses

codenody