Commit 49b02905 by BellCodeEditor

save project

parent 1c204259
Showing with 13 additions and 1 deletions
...@@ -3,6 +3,17 @@ ...@@ -3,6 +3,17 @@
""" """
import turtle import turtle
pen=turtle.Pen()
pen.done() pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.right(144)
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