Commit 9b27ac2e by BellCodeEditor

save project

parent 1a9b9ed2
Pipeline #3390 failed in 0 seconds
Showing with 6 additions and 5 deletions
......@@ -7,11 +7,11 @@ a.penup()
a.goto(100,-200)
a.down()
a.pencolor("red")
a=50
b=50
a.left(45)
a.forward(2*a)
a.circle(a,180)
a.forward(2*b)
a.circle(b,180)
a.right(90)
a.circle(a,180)
a.forward(a*2)
a.circle(b,180)
a.forward(2*b)
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