From a5043386ffa15bd0a422e607f736b8be9e4fe454 Mon Sep 17 00:00:00 2001 From: zxt2022 <97723328+zxt2022@users.noreply.github.com> Date: Sun, 7 May 2023 22:31:51 +0800 Subject: [PATCH 1/3] Update .gitignore No.7 chechpoints-->checkpoints ad NO.11 blank --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f19c65b6d..1571881f0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ .ipynb_checkpoints/ __pycache__ **/.DS_Store -**/.ipynb_chechpoints +**/.ipynb_checkpoints **/__pycache__ log.txt -**/log.txt \ No newline at end of file +**/log.txt From 08433acc833e5d3a12682ee4234a0f4845c8e3bd Mon Sep 17 00:00:00 2001 From: zxt2022 <97723328+zxt2022@users.noreply.github.com> Date: Wed, 10 May 2023 11:48:11 +0800 Subject: [PATCH 2/3] Update Part.1.E.2.values-and-their-operators.ipynb memo: why error occured here? --- Part.1.E.2.values-and-their-operators.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part.1.E.2.values-and-their-operators.ipynb b/Part.1.E.2.values-and-their-operators.ipynb index 02abe9e2d..0ebb3ad8d 100644 --- a/Part.1.E.2.values-and-their-operators.ipynb +++ b/Part.1.E.2.values-and-their-operators.ipynb @@ -256,7 +256,7 @@ "InteractiveShell.ast_node_interactivity = \"all\"\n", "\n", "11 + 10 - 9 * 8 / 7 // 6 % 5\n", - "'3.14' + 3 # 这一句会报错" + "'3.14' + 3 # 这一句会报错" 因为'3.14'属于字符串,3是数字 ] }, { From 0b5e45009a3875732cadd273d9c20c9eab17b691 Mon Sep 17 00:00:00 2001 From: zxt2022 <352507322@qq.com> Date: Wed, 29 Nov 2023 21:00:19 +0800 Subject: [PATCH 3/3] Update Part.1.E.2.values-and-their-operators.ipynb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ? --- Part.1.E.2.values-and-their-operators.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part.1.E.2.values-and-their-operators.ipynb b/Part.1.E.2.values-and-their-operators.ipynb index 0ebb3ad8d..02abe9e2d 100644 --- a/Part.1.E.2.values-and-their-operators.ipynb +++ b/Part.1.E.2.values-and-their-operators.ipynb @@ -256,7 +256,7 @@ "InteractiveShell.ast_node_interactivity = \"all\"\n", "\n", "11 + 10 - 9 * 8 / 7 // 6 % 5\n", - "'3.14' + 3 # 这一句会报错" 因为'3.14'属于字符串,3是数字 + "'3.14' + 3 # 这一句会报错" ] }, {