11 lines
578 B
Markdown
11 lines
578 B
Markdown
# Python 101 -了解元组(视频)
|
|
|
|
> 原文:<https://www.blog.pythonlibrary.org/2020/07/01/python-101-learning-about-tuples-video/>
|
|
|
|
在本教程中,您将了解 Python 的**元组**数据类型:
|
|
|
|
[https://www.youtube.com/embed/Jrhyuiw8XVE?feature=oembed](https://www.youtube.com/embed/Jrhyuiw8XVE?feature=oembed)
|
|
|
|
如果你喜欢阅读而不是观看,那么你应该看看[Python 101——学习元组](https://www.blog.pythonlibrary.org/2020/03/26/python-101-learning-about-tuples/)
|
|
|
|
在 [Github](https://github.com/driscollis/python101code) 上获取 Jupyter 笔记本 |