Commit c9e1a837 by BellCodeEditor

save project

parent 8c18ee07
Showing with 6 additions and 5 deletions
import turtle import turtle
len=66
screen=turtle.Screen()# 利用write()帮助悟空给诺依回信吧~ screen=turtle.Screen()# 利用write()帮助悟空给诺依回信吧~
screen.bgcolor("light blue") screen.bgcolor("light blue")
Pen=turtle.Pen() Pen=turtle.Pen()
Pen.penup() Pen.penup()
Pen.goto(100,-100) Pen.goto(-450,-100)
Pen.write("咸鱼乐园风流倜傥的大老板余泽贤:",font=("Times",20,"normal")) Pen.write("咸鱼乐园风流倜傥的大老板余泽贤:",font=("Times",20,"normal"))
Pen.hideturtle() Pen.hideturtle()
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(6) Pen1.pensize(6)
Pen1.pencolor("blue") Pen1.pencolor("blue")
Pen1.left(45) Pen1.left(45)
Pen1.forward(166) Pen1.forward(len*2)
Pen1.circle(83,180) Pen1.circle(len,180)
Pen1.right(90) Pen1.right(90)
Pen1.circle(83,180) Pen1.circle(len,180)
Pen1.forward(166) Pen1.forward(len*2)
Pen1.hideturtle() Pen1.hideturtle()
turtle.done() 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