From 5ea03fcb2a0dc878e5a3cb0ccfac53569aa2993a Mon Sep 17 00:00:00 2001 From: hanxiaoyulu <125543896+hanxiaoyulu@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:29:19 +0800 Subject: [PATCH] =?UTF-8?q?Update=2002=5F=E7=AC=AC=E4=B8=80=E4=B8=AAPython?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\344\270\200\344\270\252Python\347\250\213\345\272\217.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/He Yihao/python\345\237\272\347\241\200/02_\347\254\254\344\270\200\344\270\252Python\347\250\213\345\272\217.md" "b/He Yihao/python\345\237\272\347\241\200/02_\347\254\254\344\270\200\344\270\252Python\347\250\213\345\272\217.md" index 43b5acb..e05c5a8 100644 --- "a/He Yihao/python\345\237\272\347\241\200/02_\347\254\254\344\270\200\344\270\252Python\347\250\213\345\272\217.md" +++ "b/He Yihao/python\345\237\272\347\241\200/02_\347\254\254\344\270\200\344\270\252Python\347\250\213\345\272\217.md" @@ -109,7 +109,7 @@ see http://python.org/dev/peps/pep-0263/ for details * defined 已经定义 * syntax 语法 * invalid 无效 -* Indentation 索引 +* Indentation 缩进 * unexpected 意外的,不期望的 * character 字符 * line 行 @@ -271,4 +271,4 @@ $ sudo apt install ipython * 通过控制台上方的**单步执行按钮(F8)**,可以单步执行代码 -![003_PyCharm调试器](./images/002/003_PyCharm调试器.png) \ No newline at end of file +![003_PyCharm调试器](./images/002/003_PyCharm调试器.png)