From 8ac3f31260834b9227ad4e5b723786dd72e9859e Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 20 Sep 2020 11:11:55 +0800
Subject: [PATCH] save project

---
 diy1.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 954d59c..7a40da1 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,7 +1,12 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
+screen=turtle.Screen()
+screen.bgcolor("purple")
 pen=turtle.Pen()
-pen.write("          南岸\n    龙帅翰",font=("Times",20,"normal"))
+pen.penup()
+pen.goto(100,-100)
+pen.hideturtle()
+pen.write("南岸\n    龙帅翰",font=("Times",20,"normal"))
 
 # 画圆
 pen1=turtle.Pen()
--
libgit2 0.25.0