上QQ阅读APP看书,第一时间看更新
More data structures
Lists, tuples, dictionaries, and sets are the most popular and widespread data structures in Python. However, they are not the only ones, and—even in the barebone Python distribution—there are many more. As these data structures are way more niche, we'll cover each of them with a brief overview. You can find additional information in the Python documentation (https://docs.python.org/3/tutorial/datastructures.html).