From 78bbee0a2b0f507128dc39cc9d1f9fcf33eddc77 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Wed, 23 Sep 2020 11:25:58 +0800
Subject: [PATCH] save project

---
 star.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/star.py b/star.py
index dbbcfe3..43abda3 100644
--- a/star.py
+++ b/star.py
@@ -3,9 +3,11 @@
 """
 import turtle
 pen=turtle.Pen()
-
+pen.fillcolor("black")
+pen.begin_fill()
 for i in range(5):
     pen.forward(200)
     pen.right(144)
+pen.end_fill()
 pen.hideturtle()
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0