Commit b8c51e8c by BellCodeEditor

save project

parent 79914758
Showing with 11 additions and 1 deletions
......@@ -4,11 +4,21 @@ screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(-100,0)
pen.write("祝你生日快乐"font=("Times",30,"normal"))
pen.write("祝你生日快乐!"font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
# pen=turtle.Pen()
# pen.write("Hi, 诺依~\n用python写电子贺卡真是太有趣了")
# pen.hideturtle()
penl=turtle.Pen()
penl.pencolor("red")
penl.pensize(5)
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
penl.hideturtle()
# 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