From 3307e34e0315563611c98bed2bca177f00583fcb Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 11 Apr 2021 17:31:26 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index b083f9b..c92198d 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,5 +1,10 @@
 import turtle
-pen=turtle.Pen()
-pen.write("jg?",font=("Times",10,"normal"))
-pen.hideturtle()
-turtle.done()
\ No newline at end of file
+#pen=turtle.Pen()
+#pen.write("jg?",font=("Times",10,"normal"))
+#pen.hideturtle()
+#turtle.done()
+pen1=turtle.Pen()
+pen1.pensize(5)
+pen1.pencolor("red")
+pen1.left(45)
+pen1.
--
libgit2 0.25.0