Commit 1f92d6a8 by BellCodeEditor

auto save

parent 54b2aebd
Showing with 2 additions and 1 deletions
...@@ -12,6 +12,6 @@ pen.circle(50,180) ...@@ -12,6 +12,6 @@ pen.circle(50,180)
pen.forward(100) pen.forward(100)
turtle.done() turtle.done()
pen.penup() pen.penup()
pen.goto(10,0) pen.goto(100,-100)
pen.write("你\n\n\n\n逼",font=("Times",30,"normal")) pen.write("你\n\n\n\n逼",font=("Times",30,"normal"))
pen.pensize(10) pen.pensize(10)
\ 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