Commit 45a33bfb by BellCodeEditor

save project

parent 1f993b0a
Showing with 5 additions and 4 deletions
...@@ -8,10 +8,11 @@ t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Time ...@@ -8,10 +8,11 @@ t.write("111111111111111111111111111\n11111111111111111111111111111",font=("Time
t.goto(0,0) t.goto(0,0)
t.left(45) t.left(45)
t.pencolor("red") t.pencolor("red")
t.forward(100) sb=33
t.circle(50,180) t.forward(2*sb)
t.circle(sb,180)
t.right(90) t.right(90)
t.circle(50,180) t.circle(sb,180)
t.forward(100) t.forward(2*sb)
t.pencolor("red") t.pencolor("red")
turtle.done() turtle.done()
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