From e0c2affac34d53d916286400a223b2b3794bedb1 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 5 Jan 2020 15:26:27 +0800
Subject: [PATCH] save project

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

diff --git a/hello.py b/hello.py
index 3230a0b..b97bfeb 100644
--- a/hello.py
+++ b/hello.py
@@ -1,5 +1,7 @@
 import turtle
+a=1
+b=2
 pen=turtle.Pen()
-pen.write("  *  \n ***\n*****",font=("Time",35,"normal"))
+pen.write("   *\n  ***\n *****\n*******",font=("Time",35,"normal"))  
 pen.hideturtle()
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0