From ff02c8ee9f523c81b60483e76b1bbb1197c63b4f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 21 Apr 2024 15:06:50 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 897dd67..ac6e548 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,6 +1,10 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
+screen=turtle.Screen()
+screen.bgcolor("pink")
 pen=turtle.Pen()
+penon()
+Pen.goto(100,-100)
 pen.write("你好\n",font=("Times",30,"normal"))
 pen.hideturtle()
 pen1=turtle.Pen()
--
libgit2 0.25.0