Commit be04c0f1 by BellCodeEditor

save project

parent ce828f2a
Showing with 6 additions and 4 deletions
import turtle import turtle
len=60
p=turtle.Pen() p=turtle.Pen()
p.color("red") p.color("red")
p.pensize(20) p.pensize(20)
p.left(45) p.left(45)
p.forward(90) p.forward(len*2)
p.circle(45,180) p.circle(len,180)
p.right(90) p.right(90)
p.circle(45,180) p.circle(len,180)
p.forward(90) p.forward(len*2)
turtle.done() 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