In this chapter, you learned about:
Lists
Mutability of lists
Using \(+\) and \(*\) with lists
List methods append(), extend(), insert(), remove(),
pop(), index(), count(), sort(), and reverse()
del with lists
Aliasing
The keyword is
Creating list copies
Creating deep copies of lists using deepcopy()
Using lists as arguments
Nested lists
List casting
List comprehensions