Getting started with Lists - English

33902 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