Commit f21da3b9 by BellCodeEditor

save project

parent 9d83a1d1
Showing with 14 additions and 0 deletions
import turtle
t=turtle.Turtle()
t.pencolor("red")
t.pensize(6)
t.left(45)
t.forward(100)
t.circle(50180)
t.pensize(6)
t.right(45)
t.forward(100)
t.circle(50180)
t.end_fill()
t.hideturtle()
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