Commit 739f237d by BellCodeEditor

save project

parent e5c762b5
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ c = turtle.Pen() ...@@ -12,7 +12,7 @@ c = turtle.Pen()
c.pensize(5) c.pensize(5)
c.pencolor("red") c.pencolor("red")
c.left(45) c.left(45)
c.forward(100) c.forward(2*a)
c.circle(a,180) c.circle(a,180)
c.right(90) c.right(90)
c.circle(a,180) c.circle(a,180)
......
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