From 5bafcd03f93f5799098629708176047a8517476d Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 6 Mar 2021 10:53:32 -0500 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20IDE=20=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/course/foundation/04_hello_world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/course/foundation/04_hello_world.md b/docs/course/foundation/04_hello_world.md index e63e1b8..f882a75 100644 --- a/docs/course/foundation/04_hello_world.md +++ b/docs/course/foundation/04_hello_world.md @@ -5,7 +5,7 @@ 同时我们还会解释一下输出函数和提供几个实用的小案例。 -因为针对计算机的开发多会使用 IDE,因此我们会首先尽量使用 IDE 来输出内容,然后再会少带一下在控制台上如何输出。 +因为针对计算机的开发多会使用 IDE,因此我们会首先尽量使用 IDE 来输出内容,然后再会捎带一下在控制台上如何输出。 ### print 函数 在 Python 中使用的是 print 函数来在计算机上输出你想要输出的东西。