1. 程式人生 > >04_Python Data Structures

04_Python Data Structures

body nbsp col 數據結構 blog style dict ctu set

一、Python數據結構

數據結構:數據個體的存儲 和 數據個體與個體之間關系的存儲。

python中的數據結構:元組(Tuple)、列表(Lists)、字典(Dictionariy)、集(Set)

1.1元組

1.2列表

1.3字典

二、Python中數據結構的遍歷

04_Python Data Structures