From dc869444d8dcfeda016f9a23d1fac9a3ce60e19f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 27 Nov 2022 17:26:38 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 8019d99..2182373 100644
--- a/diy1.py
+++ b/diy1.py
@@ -8,6 +8,7 @@ pen=turtle.Pen()
 pen.penup()
 pen.goto(100,0)
 pen.pendown()
+pen.pencolor(rea)
 pen.write("你好\nSB.",font=("Times",15,"normal"))
 pen.hideturtle()
 
--
libgit2 0.25.0