Commit a3da24c6 by BellCodeEditor

save project

parent 654bc3ba
Showing with 23 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
apple=turtle.Pen()
s=turtle.Screen()
s.bgcolor('black')
apple.penup()
apple.goto(-100,0)
apple.write("针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳\n针不戳",font=("Times,40+18"))
apple.hideturtle()
apple8=turtle.Pen()
apple8.hideturtle()
apple8.color("white")
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