Commit 692ba3b3 by BellCodeEditor

save project

parent 654bc3ba
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
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(100)
kkt.circle(50,180)
kkt.right(90)
kkt.circle(50,180)
kkt.forward(100)
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