Commit 29e9ea4d by BellCodeEditor

auto save

parent f15f88fb
Showing with 1 additions and 3 deletions
......@@ -4,9 +4,7 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
#创建画笔
pen=turtle.Pen()
pen.penup()
pen.goto(80,-80)
pen=turtle.Pen()
#写字
pen.write("Hi,诺依~\n祝你生日快乐\n——悟空 ",font=("Times",18,"normal"))
pen.hideturtle()
......
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