Commit dbe2df9a by BellCodeEditor

save project

parent 419b008b
Showing with 11 additions and 1 deletions
...@@ -3,8 +3,18 @@ import turtle ...@@ -3,8 +3,18 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("祝你生日快乐",font=("Time",30,"normal")) pen.write("Hi,依诺~\n用python写电子贺卡真是太有趣啦~\n我也喜欢用python~\n——悟空",font=("Time",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
len=screen.te
turtle.done() turtle.done()
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