Commit 41e250c7 by BellCodeEditor

auto save

parent f901d3bc
Showing with 4 additions and 1 deletions
a=5980654
b=565555
print(a+b)
......@@ -4,7 +4,7 @@ pen.fillcolor("green")
pen.begin_fill()
for i in range(5):
pen.forward(100)
pen.right(144)
pen.left(144)
pen.end_fill()
pen.hideturtle()
turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment