Commit da99b88e by BellCodeEditor

save project

parent 29fd85b7
Showing with 2 additions and 0 deletions
...@@ -6,5 +6,6 @@ star.begin_fill() ...@@ -6,5 +6,6 @@ star.begin_fill()
for i in range(5): for i in range(5):
star.forward(200) star.forward(200)
star.right(144) star.right(144)
star.end_fill()
star.hideturtle() star.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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