Commit 90d9915f by BellCodeEditor

save project

parent 07858a54
Showing with 25 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
screen=turtle.Screen()
screen.bgcolor("light pink")
l=int(screen.textinput("提示","你要多大的爱心?"))
pen=turtle.Pen()
pen.penup()
pen.goto(15,-90)
pen.write("十五夜望月\n唐 王建\n中庭地白树栖鸦\n冷露无声湿桂花\n今夜月明人尽望\n不知秋思落谁家",font=("Times",17,"normal"))
pen.hideturtle()
p = turtle.Pen()
p.pensize(5)
p.pencolor("red")
#l=50
p.left(45)
p.forward(2*1)
p.circle(l,180)
p.right(90)
p.circle(1,180)
p.forward(100)
p.forward(2*1)
turtle.done()
\ No newline at end of file
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