Commit 6ff2453c by BellCodeEditor

save project

parent 443a176d
Showing with 3 additions and 3 deletions
......@@ -2,9 +2,9 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
penup()
goto(100,-100)
pen.write("你好",font=("time,20,normal"))
pen.penup()
pen.goto(100,-100)
pen.write("Hi,诺依\n用python写电子贺卡真是太有趣啦\n我也喜欢",font=("time,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