Commit a128f965 by BellCodeEditor

save project

parent c8b0d4a3
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@ screen=turtle.Screen()
screen.bgcolor("yellow")
Pen=turtle.Pen()
Pen.penup()
Pen.goto(100,-100)
Pen.write("你好呀\n",font=("Times",50,"normal"))
Pen.goto(100,-300)
Pen.write("你好呀\n祝你身体\n健康\n[微笑]",font=("Times",50,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen()
Pen1.pensize(10)
......
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