Commit 0cd1bbcd by BellCodeEditor

auto save

parent 47af6479
Showing with 2 additions and 1 deletions
...@@ -14,6 +14,6 @@ pen.circle(50,180) ...@@ -14,6 +14,6 @@ pen.circle(50,180)
pen.fd(100) pen.fd(100)
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.write("你好呀\n我很好\n一起来玩吧",font=("宋体",20,"normal")) pen.write("你好呀\n我很好你是SB\n一起来c吧",font=("宋体",20,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
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