Commit b1ac2131 by BellCodeEditor

save project

parent bf115569
Showing with 6 additions and 4 deletions
...@@ -10,13 +10,15 @@ pen.goto(100,0) ...@@ -10,13 +10,15 @@ pen.goto(100,0)
pen.write("你好\n哈喽",font=("Times",30,"normal")) pen.write("你好\n哈喽",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
len=50
pen2 = turtle.Pen() pen2 = turtle.Pen()
pen2.left(45) pen2.left(45)
pen2.forward(100) pen2.forward(2*len)
pen2.circle(50,180) pen2.circle(len,180)
pen2.right(90) pen2.right(90)
pen2.circle(50,180) pen2.circle(len,180)
pen2.forward(100) pen2.forward(2*len)
pen2.hideturtle() pen2.hideturtle()
......
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