Commit e3e2265e by BellCodeEditor

auto save

parent 87be3438
Showing with 13 additions and 0 deletions
import turtle
p=turtle.Pen()
p.speed(0)
p.forward(300)
p.left(150)
p.forward(200)
p.left()
p.forward(165)
p.right(135)
p.forward(150)
p.hideturtle()
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