Commit 3d90253f by BellCodeEditor

save project

parent d5b5d218
Showing with 2 additions and 5 deletions
...@@ -29,9 +29,5 @@ pen.fd(100) ...@@ -29,9 +29,5 @@ pen.fd(100)
pen.hideturtle() pen.hideturtle()
# 保留画布 # 保留画布
turtle.done() turtle.done()
import turtle |
pen1 = turtle.Pen
pen1.penup()
pen1.goto(100,-100)
pen1.write("1234567\n89456\n341132",
\ 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