Commit a8004a90 by BellCodeEditor

save project

parent b4c146b0
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ t.hideturtle() ...@@ -10,7 +10,7 @@ t.hideturtle()
t2=turtle.Pen() t2=turtle.Pen()
t2.pencolor("red") t2.pencolor("red")
t2.pensize("37") t2.pensize("37")
l=180 l=70
t2.lt(45) t2.lt(45)
t2.fd(2*l) t2.fd(2*l)
t2.circle(l,180) t2.circle(l,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