Commit 65751a38 by BellCodeEditor

save project

parent 95df1c33
Showing with 5 additions and 4 deletions
import turtle
#pen = turtle.Pen()
#pen.write("Hi,诺依\n收到你的贺卡我很开心\n我也学会用Python写贺卡啦!")
#pen.hideturtle()
#turtle.done()
#写字
pen = turtle.Pen()
pen.write("Hi,诺依\n收到你的贺卡我很开心\n我也学会用Python写贺卡啦!")
pen.hideturtle()
#画爱心
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
......
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