Commit e82f34cd by BellCodeEditor

save project

parent 71f63502
Showing with 4 additions and 3 deletions
import turtle
#写字
#pen.write("Hi,邓又铭~\n用python写电子贺卡真的是太有趣了~\n我也喜欢python~\n--d邓又铭",font=("Time",18,"normal"))
#pen.hideturtle()
pen=turtle.Pen()
pen.write("Hi,邓又铭~\n用python写电子贺卡真的是太有趣了~\n我也喜欢python~\n--d邓又铭",font=("Time",18,"normal"))
pen.hideturtle()
#画爱心
pen1=turtle.Pen()
len1=60
len=60
pen1.penup()
pen1.goto(100,100)
pen1.pendown()
......
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