Python Containers
- Python Containers
- List [] -列表
- Tuple () -元组
- Dictionary {key:value} -字典
- Set {key} -集合
- Using List
- Append, add, insert, extend, pop, del, sort, copy
- Using Tuple
- Accessing elements, variable assignment
愚者千虑,必有一得
Python Containers
[广东话] Python 入门:第一课 – PyCharm, Python examples & Python data types
基于 Python 3.7 的教程,以广东话教授。
# 第一课: PyCharm, Hello world, data type