Commit 1a9b9ed2 by BellCodeEditor

save project

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