Commit 1518473b by BellCodeEditor

save project

parent a50ceeec
Showing with 21 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
g=turtle.Screen()
g.bgcolor("light blue")
w=turtle.Pen()
w.penup()
w.goto(100,-100)
w.write("Hi,I'm Wu Kong.\nHow are you?\n我已经收到你的贺卡了\n非常感谢",font=("Times",20,"normal"))
w.hideturtle()
len=60
j=turtle.Pen()
j.pencolor("pink")
j.pensize(9)
j.left(45)
j.forward(2*len)
j.circle(len,180)
j.right(90)
j.circle(len,180)
j.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