
All about List Data type in Python
Lists data type is python is similar to arrays in many other programming languages.
Lists are mutable sequences used to store items of the different or same data types.
* Properties of list data type
* How-to-Create-a-list-in-python
* 5 ways to create a list
* Accessing-items-of-a-list
* Changing item value in a list
* Add item