From 454455c57391955a9b80bd7e47d1f46d36ed7504 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 18 Dec 2021 12:02:36 +0800
Subject: [PATCH] auto save
---
 star.py | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/star.py b/star.py
index f09d3e5..4aca5fe 100644
--- a/star.py
+++ b/star.py
@@ -3,10 +3,13 @@
 """
 import turtle
 pen=turtle.Pen()
+pen.fillcolor("red")
+pen.begin_fill()
 pen.shape("turtle")
 for i in range(5):
   pen.forward(200)
   pen.right(144)
+pen.end_fill()  
 pen.hideturtle()
 turtle.done()
 
--
libgit2 0.25.0