Commit 3a57fc74 by BellCodeEditor

save project

parent 6a27a7f9
Showing with 6 additions and 0 deletions
import turtle
len=100
pen=turtle.Pen()
pen.pencolor("red")
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(2*len)
pen.circle(len,180)
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