From 9f7036327fa41228ce928fc0686ed6ca2ece36d5 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 18 Apr 2021 14:51:29 +0800
Subject: [PATCH] save project

---
 hsh.py | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/hsh.py b/hsh.py
index 101d30a..928f591 100644
--- a/hsh.py
+++ b/hsh.py
@@ -1,5 +1,17 @@
 import turtle
-pen=turtle.Pen()
-pen.write("滚!",font=("Times",20,"normal"))
-pen.hideturtle()
+# pen=turtle.Pen()
+# pen.write("滚!",font=("Times",20,"normal"))
+# pen.hideturtle()
+# turtle.done()
+
+pen1=turtle.Pen()
+pen1.pencolor("red")
+pen1.pensize(5)
+pen1.left(45)
+pen1.forward(100)
+pen1.circle(50,180)
+pen1.right(90)
+pen1.circle(50,180)
+pen1.forward(100)
+pen1.hideturtle()
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0