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