Commit 35ea72b5 by BellCodeEditor

save project

parent 1b8f731b
Showing with 4 additions and 4 deletions
...@@ -13,11 +13,11 @@ pen.goto(100,100) ...@@ -13,11 +13,11 @@ pen.goto(100,100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(25) pen.left()
pen.forward(2*len) pen.forward(2*len)
pen.circle(len,90) pen.circle(len,180)
pen.right(25) pen.right()
pen.circle(len,90) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
pen.write("你好\n,诺依\n",font=("Times",30,"normal")) pen.write("你好\n,诺依\n",font=("Times",30,"normal"))
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