Commit a4f19b8b by BellCodeEditor

auto save

parent e353bc7a
Showing with 14 additions and 2 deletions
pen.
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.forward(200)
pen.right(144)
pen.forward(195)
pen.right(144)
pen.forward(195)
pen.right(144)
pen.forward(195)
pen.right(144)
pen.forward(195)
pen.hideturtle()
\ 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