From d7bf69a19c6fbe394af7fadcbb741c13529b6a4f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 13 Mar 2021 17:40:41 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index c9953c7..cfc4e98 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,9 +1,14 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
-#pen=turtle.Pen()
-#pen.write("王梓涵+120\n成泽邦+120\n小芮+120\n",font=("times",30,"normal"))
-#pen.hideturtle()
-#turtle.done()
+pen=turtle.Pen()
+screen=turtle.Screen()
+screen.bgcolor('pink')
+pen.penup()
+pen.goto(0,-200)
+pen.write("王梓涵+120\n成泽邦+120\n小芮+120\n",font=("times",30,"normal"))
+pen.hideturtle()
+
+
 pen1=turtle.Pen()
 pen1.pencolor("red")
 pen1.pensize(30)
--
libgit2 0.25.0