From 0933c8ce76f20d85a8e70926efa7d4138fb46c85 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 6 Sep 2020 20:23:46 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 214836a..597ec37 100644 --- a/diy1.py +++ b/diy1.py @@ -7,7 +7,7 @@ pen.goto(50,-100) pen.write("诺依,turtle真好用,我会在画布上写字了!",font=("Times",11,"normal")) Pen1=turtle.Pen() Pen1.pensize(10) -Pen1.pencolor("light pink") +Pen1.pencolor("red") Pen1.left(45) Pen1.forward(100) Pen1.circle(50,180) -- libgit2 0.25.0