Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Getting started with Lists - English

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

41942 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