Commit b92506d9 by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
import turtle
t=turtle.Pen()
t.pencolor("red")
t.fillcolor("red")
t.pensize(5)
t.begin_fill()
t.left(45)
t.forward(200)
t.circle(100,180)
t.right(90)
t.circle(100,180)
t.forward(200)
t.end_fill()
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