Commit 513d0173 by BellCodeEditor

save project

parent c2f1308f
Showing with 24 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
pen.penup()
pen.goto(300,-325)
pen.write("㗊\n\n\n\n\n\n\n\n",font=("仿宋",50,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen.color("white")
pen1.shape("triangle")
pen1.penup()
pen1.goto(0,-200)
pen1.color("red")
pen1.speed(5)
pen1.left(45)
pen1.forward(250)
pen1.circle(125,180)
pen1.right(90)
pen1.circle(125,180)
pen1.forward(250)
pen1.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