Lists
摘要
list is a mutable sequence that can store heterogeneous data. In Python, lists are fundamental and special; Python has its dedicated syntactical sugar for creating lists—comprehensions, which we will explore in detail.