Commit ee6f8ec7 by BellCodeEditor

save project

parent 654bc3ba
Showing with 17 additions and 0 deletions
import turtle
t=turtle.Pen()
t.up()
t.goto(-50,20)
t.down()
t.pencolor("red")
t.fillcolor("red")
t.begin_fill()
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.end_fill()
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