From 233b05b2f587ffd2504e78dcb4d24b748e47ff7a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 30 Oct 2022 16:00:34 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index cb9d7b4..ed76126 100644 --- a/diy1.py +++ b/diy1.py @@ -1,6 +1,6 @@ import turtle screen=turtle.Screen() -screen.bgcolor("light blue") +screen.bgcolor("light pink") pen=turtle.Pen() pen.penup() pen.goto(100,-100) -- libgit2 0.25.0