Commit cec3b1e1 by BellCodeEditor

save project

parent 4416dc87
Showing with 4 additions and 1 deletions
...@@ -4,4 +4,7 @@ pen = turtle.Pen() ...@@ -4,4 +4,7 @@ pen = turtle.Pen()
pen.fillcolor(ink) pen.fillcolor(ink)
pen.begin_fill() pen.begin_fill()
for i in range(5): for i in range(5):
pen pen.forward(100)
pen.left(144)
pen.end_fill()
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