Commit 630e0159 by BellCodeEditor

save project

parent 654bc3ba
Showing with 21 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen.penup()
pen.goto(100,-100)
pen=turtle.Pen()
pen=pen.write("Hi,诺伊~\n用电子贺卡真不错~\n",font=("Times",20,"normal"))
a=turtle.Pen()
a.pencolor("red")
a.pensize(5)
len=60
a.left(45)
a.forward(2*len)
a.circle(len,180)
a.right(90)
a.circle(len,180)
a.forward(2*len)
a.hideturtle()
turtle.done()
# 利用write()帮助悟空给诺依回信吧~
\ 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