Commit 79914758 by BellCodeEditor

save project

parent 61b527d7
Showing with 9 additions and 2 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.pen()
pen.penup()
pen.goto(-100,0)
pen.write("祝你生日快乐!"font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
# pen=turtle.Pen() # pen=turtle.Pen()
# pen.write("Hi, 诺依~\n用python写电子贺卡真是太有趣了") # pen.write("Hi, 诺依~\n用python写电子贺卡真是太有趣了")
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
# 画爱心
\ No newline at end of file
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