Skip to content

Commit 8d00bec

Browse files
committed
Merge branch 'dev' of github.com:shell909090/learn-python into dev
2 parents 6d69068 + 47bef64 commit 8d00bec

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

101-Python入门.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metadata": {
33
"celltoolbar": "Slideshow",
44
"name": "",
5-
"signature": "sha256:f21e852e5b5528580aa1e21ad418fb366f7aa1b52ca6acace5eb845589fdbdf1"
5+
"signature": "sha256:36eb9d9fa07a78863361789926c160e44c7048f8bf81e3e9b4037b427ebb68aa"
66
},
77
"nbformat": 3,
88
"nbformat_minor": 0,
@@ -2238,7 +2238,7 @@
22382238
}
22392239
},
22402240
"source": [
2241-
"## Lambda\n",
2241+
"## lambda\n",
22422242
"\n",
22432243
"\u4e00\u79cd\u5feb\u901f\u5b9a\u4e49\u7b80\u5355\u51fd\u6570\u7684\u65b9\u6cd5\u3002"
22442244
]
@@ -2738,7 +2738,7 @@
27382738
}
27392739
},
27402740
"source": [
2741-
"## package\n",
2741+
"## Package\n",
27422742
"\n",
27432743
"\u4ece\u7ec4\u7ec7\u7ed3\u6784\u4e0a\u8bf4\uff0cpackage\u662f\u6bd4modules\u66f4\u5927\u4e00\u7ea7\u7684\u7ed3\u6784\u3002\n",
27442744
"\n",

101-Python入门.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
* 逻辑行和物理行
3333
* 格式对齐
3434
* 单行写法
35-
* If
36-
* While
37-
* For
38-
* Break
39-
* Continue
35+
* if
36+
* while
37+
* for
38+
* break
39+
* continue
4040
* 函数
4141
* 函数定义和调用
4242
* 参数
4343
* 局部变量
4444
* 全局变量
4545
* 作用域
46-
* unbound异常
46+
* Unbound异常
4747
* 参数默认值
4848
* 返回值
4949
* 多值返回
5050
* Doc String
51-
* Lambda
51+
* lambda
5252
* 模块
5353
* Module
5454
* import
@@ -65,7 +65,7 @@
6565
* 列表推导式
6666
* dict
6767
* set
68-
* string
68+
* string的一些其他方法
6969
* 面对对象编程
7070
* class
7171
* 方法
@@ -79,7 +79,7 @@
7979
* 从文件中输入输出
8080
* with
8181
* 异常
82-
* 异常
82+
* 简介
8383
* 异常输出阅读
8484
* 异常处理
8585
* 常见异常

0 commit comments

Comments
 (0)