Commit f3f1553c by BellCodeEditor

save project

parent 33fc58e9
Showing with 12 additions and 2 deletions
import turtle
pen=forward(200)
\ No newline at end of file
pen=turtle.Pen()
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
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