KIOSHIROI / KIOSHIROI.github.io

BNUer cs-learning road
https://kioshiroi.github.io/
MIT License
5 stars 0 forks source link

4. python数据结构 #9

Open KIOSHIROI opened 6 months ago

KIOSHIROI commented 6 months ago

https://kioshiroi.github.io/python_4_data_struction/?

数据结构

Python 提供了多种内置的数据结构,用于存储和组织数据。我们将详细介绍以下几种常见的数据结构:列表、元组、字典和集合。

列表

列表是一种有序的可变序列,可以存储任意类型的元素。

创建列表

fruits = [