|
25 | 25 | - [2-3 Python变量的定义](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc23.md)
|
26 | 26 | - [2-4 Python的数据类型](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc24.md)
|
27 | 27 | - [2-5 字符串的进阶用法](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc25.md)
|
28 | | -- 3-1 Python列表list |
29 | | -- 3-2 Python的字典 |
30 | | -- 3-3 Python逻辑之流程控制 if |
31 | | -- 3-4 Python逻辑之程序循环 for |
32 | | -- 3-5 Python逻辑之程序循环 while |
33 | | -- 3-6 break,continue循环 |
34 | | -- 4-1 Python函数的定义和基本用法 |
35 | | -- 4-2 Python常见系统内置函数 |
| 28 | +- [3-1 Python列表list](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc31.md) |
| 29 | +- [3-2 Python的字典](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc32.md) |
| 30 | +- [3-3 Python逻辑之流程控制 if](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc33.md) |
| 31 | +- [3-4 Python逻辑之程序循环 for](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc34.md) |
| 32 | +- [3-5 Python逻辑之程序循环 while](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc35.md) |
| 33 | +- [3-6 break,continue循环](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc36.md) |
| 34 | +- [4-1 Python函数的定义和基本用法](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc41.md) |
| 35 | +- [4-2 Python常见系统内置函数](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc42.md) |
36 | 36 | - 4-3 Python库的使用
|
37 | 37 | - 4-4 Python标准库os,sys
|
38 | 38 | - 4-5 Python标准库urllib,Requests
|
|
0 commit comments