Skip to content

Latest commit

 

History

History
158 lines (93 loc) · 2.5 KB

Part-Three.md

File metadata and controls

158 lines (93 loc) · 2.5 KB

📖


📑章节目录:

  - Python 注释

  - Python 的行与缩进

  - 多行语句

  - Python 输入与输出

  - Python 变量

  - number (数字)

  - string (字符串)

  - list (列表)

  - tuple (元组)

  - sets (集合)

  - dictionary (字典)


.
.
.

4. Python基本操作

⚡ Python 注释

 ---

xxx


⚡ Python 的行与缩进

 ---

xxx


⚡ 多行语句

 ---

xxx


⚡ Python 输入与输出

 ---

xxx


⚡ Python 变量

 ---

xxx


5. Python数据类型

⚡ number (数字)

 ---

xxx


⚡ string (字符串)

 ---

xxx


⚡ list (列表)

 ---

xxx


⚡ tuple (元组)

 ---

xxx


⚡ sets (集合)

 ---

xxx


⚡ dictionary (字典)

 ---

xxx



返回目录⬆



第三部分 · 完