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() ...@@ -7,11 +7,11 @@ a.penup()
a.goto(100,-200) a.goto(100,-200)
a.down() a.down()
a.pencolor("red") a.pencolor("red")
a=50 b=50
a.left(45) a.left(45)
a.forward(2*a) a.forward(2*b)
a.circle(a,180) a.circle(b,180)
a.right(90) a.right(90)
a.circle(a,180) a.circle(b,180)
a.forward(a*2) a.forward(2*b)
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