From ac963fa65fdf996ac600f5d52171bb48d8838e7c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 26 Dec 2020 18:25:21 +0800
Subject: [PATCH] auto save

---
 aaa | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 aaa

diff --git a/aaa b/aaa
new file mode 100644
index 0000000..eb67a94
--- /dev/null
+++ b/aaa
@@ -0,0 +1,10 @@
+import turtle
+a=input("red")
+pen=turtle.pen()
+pen.fillcolor(a)
+pen.begin_fill()
+for i in range(5):
+    pen.forward(200)
+    pen.right(144)
+pen.end_fill()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0