Python Lists
前言
內容
Lists, what are they?
Create a list
Create list with different types
Select the valid list
List of lists
Subsetting lists
Subset and conquer
Subset and calculate
Slicing and dicing
Slicing and dicing (2)
Subsetting lists of lists
List Manipulation
Replace list elements
Extend a list
Delete list elements
Inner workings of lists