Getting started with Lists - English

This is a sample video. To access the full content,
please Login

38820 visits



Outline:

What is a list? Define List List index Create: List with elements Empty list List within a list Find out the list length using len function Access elements using their index numbers Append elements to list using the function append Delete element from list using the del and remove function