Commit cd3a1588 by BellCodeEditor

auto save

parent d80316b9
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a = turtle.Pen()
a.write("hello",font = ("Times",50,"normal"))
a.hideturtle()
screen = turtle.Screen()
c=int(screen.textinput("提示","你要多大的爱心"))
b=turtle.Pen()
b.pencolor("red")
b.pensize(5)
b.left(45)
b.forward(2*c)
b.circle(c,180)
b.right(90)
b.circle(c,180)
b.forward(2*c)
b.hideturtle()
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