Commit 53062ac5 by BellCodeEditor

save project

parent a50ceeec
Showing with 20 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
len=65
import turtle
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.left(45)
Pen.forward(len*2)
Pen.circle(len,180)
Pen.right(90)
Pen.circle(len,180)
Pen.forward(len*2)
Pen.pencolor("red")
screen=turtle.Screen()
screen.bgcolor("light blue")
Pen.penup()
Pen.goto(-100,0)
Pen.write("祝你生日快乐",font=("Times",10,"normal"))
Pen.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