From edce1dc1dcd263d49f140722a4cd088025b5255b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 15 Nov 2020 11:26:26 +0800 Subject: [PATCH] save project --- star.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.py b/star.py index d947b7e..cb13369 100644 --- a/star.py +++ b/star.py @@ -9,5 +9,5 @@ pen.begin_fill() for i in range(5): #重复执行5次 pen.forward(200) #向前移动200步 pen.right(144) #向右移动144度,注意这里的参数一定不能变 -pen.end_fill() #结束填充红色 +pen.end_fill() #结束填充绿色 turtle.done() -- libgit2 0.25.0