Commit 3326fb5c by BellCodeEditor

save project

parent 5afc1491
Showing with 10 additions and 3 deletions
......@@ -2,14 +2,21 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("爱心大小","爱心大小?")
len=screen.textinput("??大小","??大小?")
lovesize=int(len)
pen=turtle.Pen()
pen.write("山外青山楼外楼,\n青松教育使人愁。\n青松熏得家长醉,\n只把孩子当虚无!",font=("Times",20,"normal"))
pen.write("妈妈:\n 祝您节日快乐,越来越美丽,\n越来越年轻,越来越快乐!\n 王林翰&王亦暖",font=("Times",20,"normal"))
pen.hideturtle()
pen2=turtle.Pen()
pen2.penup()
pen2.pencolor("red")
pen2.goto(0,200)
pen2.pendown()
pen2.write("贺卡",font=("Times",40,"normal"))
pen2.hideturtle()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(-100,100)
pen1.goto(-150,-100)
pen1.pendown()
pen1.pencolor("red")
pen1.fillcolor("red")
......
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