Skip to content

Commit 0ab687b

Browse files
authored
Update README.md
1 parent ca8de80 commit 0ab687b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
- [2-3 Python变量的定义](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc23.md)
2626
- [2-4 Python的数据类型](https://github.com/CodeBang06/Pythoncoder/blob/main/kc/kc24.md)
2727
- [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)
3636
- 4-3 Python库的使用
3737
- 4-4 Python标准库os,sys
3838
- 4-5 Python标准库urllib,Requests

0 commit comments

Comments
 (0)