From d2729027e8331d1a6a47fe7281f613238d1bb666 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 8 Apr 2023 15:29:25 +0800
Subject: [PATCH] save project

---
 diy1.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diy1.py b/diy1.py
index d91345c..fb6d1cf 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,9 +1,9 @@
 import turtle
 screen=turtle.Screen()
-screen.color("light bule")
+screen.bgcolor("blue")
 pen=turtle.Pen()
 pen.penup()
-pen.goto(-100,100)
+pen.goto(100,-100)
 pen.write("你好啊",font=["Times",20,"normal"])
 pen.hideturtle()
 pan1=turtle.Pen()
--
libgit2 0.25.0