Commit 1c8b4b6a by BellCodeEditor

save project

parent 654bc3ba
Showing with 27 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
turtle.penup()
turtle.forward(-70)
turtle.pendown()
turtle.bgcolor('orange')
turtle.pencolor('red')
turtle.fillcolor('pink')
turtle.begin_fill()
turtle.write('诺伊,\n我爱你\n——悟空',font=('楷体',30,'normal'))
turtle.penup()
turtle.forward(60)
turtle.right(90)
turtle.forward(110)
turtle.left(90)
turtle.pendown()
turtle.left(45)
turtle.pensize(7)
turtle.forward(200)
turtle.circle(100,180)
turtle.right(90)
turtle.circle(100,180)
turtle.forward(200)
turtle.end_fill()
turtle.hideturtle()
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