Commit 63aff0a7 by BellCodeEditor

save project

parent a50ceeec
Showing with 21 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=50
yq=turtle.Screen()
yq.bgcolor("pink")
ttk=turtle.Pen()
ttk.penup()
ttk.goto(90,0)
ttk.write("我爱你,\n 亲爱滴姑娘~~" ,font = ("times",30,"normal"))
ttk.hideturtle()
kkt=turtle.Pen()
kkt.pencolor("pink")
kkt.pensize(20)
kkt.left(90)
kkt.forward(2*len)
kkt.circle(len,180)
kkt.right(90)
kkt.circle(len,180)
kkt.forward(2*len)
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