Commit 9857b184 by BellCodeEditor

auto save

parent 4bee295d
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,10)
pen.write("你好~ ~\n",font=("Times",30,"normal"))
pen.goto(100,0)
pen.write("你好~ ~",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
......
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