From 651641e4f2ce4a5037350fae588de9e7b8d5d848 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 25 Oct 2020 15:14:29 +0800
Subject: [PATCH] save project

---
 diy1.py | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/diy1.py b/diy1.py
index e8bc8f6..2e5eee1 100644
--- a/diy1.py
+++ b/diy1.py
@@ -6,9 +6,13 @@ pen.penup()
 pen.goto(90,-60)
 pen.pendown()
 pen.write("hello\n54188",font=("Times",10,"normal"))
+pen.color("red")
 pen.penup()
-pen.goto(0,0)
+pen.goto(40,-40)
 pen.pendown()
-pen.circle(30,360)
+pen.fillcolor("yellow")
+pen.begin_fill()
+pen.circle(80,360)
+pen.end_fill()
 pen.hideturtle()
-turtle.done()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0