Commit cf4d10fd by BellCodeEditor

auto save

parent 365b0bb7
Showing with 1 additions and 22 deletions
# 利用write()帮助悟空给诺依回信吧~ import t
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput("提示:","你想要多大爱心?")
lovesize=int(len)
pen=turtle.Pen()
pen.write("Hi,诺伊\n用python写电子贺卡真的太方便了.\n我也喜欢python\n--悟空",font=("Times",30,"normal"))
pen.hideturtle()
len=50
pen.penup()
pen.goto(100,100)
pen.pendown()
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(2*lovesize)
pen.circle(lovesize),180)
pen.right(90)
pen.circle(lovesize,180)
pen.forward(2*len)
turtle.done()
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