Commit 58b848d5 by BellCodeEditor

save project

parent 865677bd
Showing with 9 additions and 5 deletions
......@@ -4,13 +4,17 @@ screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("??大小","??大小?")
lovesize=int(len)
pen2=turtle.Pen()
pen2.goto(0,200)
pen2.pencolor("red",font)
pen2.write("贺卡")
pen=turtle.Pen()
pen.write("妈妈:\n 祝您节日快乐,越来越美丽,\n越来越年轻,越来越快乐!\n 王林翰&王亦暖",font=("Times",20,"normal")
pen.write("妈妈:\n 祝您节日快乐,越来越美丽,\n越来越年轻,越来越快乐!\n 王林翰&王亦暖\n 2022年5月8日",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(-150,-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