Commit 60bf8fed by BellCodeEditor

auto save

parent c816b9b8
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
apple8=turtle.Pen()
#apple.write("针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳",font=("Times,40+18"))
#turtle.done()
apple8.color("yellow")
apple8.pensize(7)
apple8.left(45)
apple8.forward(100)
apple8.circle(50,180)
apple8.right(90)
apple8.circle(50,180)
apple8.forward(100)
apple8.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