Description
In this course, you will learn :
- Working with List
- What is list
- How to use list
- Assign multiple values to variable
- Printing value of list
- Print value of list by index number
- String list
- List of different types of data types
- Creating list with list : nested list
- append function
- insert function
- remove function
- pop function
- delete function
- extend function
- Inbuilt functions of List : min, max, sum
- sort function