Commit 3e37906a by BellCodeEditor

save project

parent 98cd6ca6
Showing with 7 additions and 13 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
sss=turtle.Screen()
sss.bgcolor("light blue")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(150,0)
pen.write("我\n\n\np\ny\nt\nh\no\nn",font=("times",10,"normal")) pen.write("我\n\n\np\ny\nt\nh\no\nn",font=("times",10,"normal"))
pen.hideturtle() pen.hideturtle()
p=turtle.Pen() p=turtle.Pen()
p.pensize(100) p.pensize(5)
p.color("red") p.color("red")
for i in range(87492358348769172021712754871): p.left(45)
p.left(45) p.forward(100)
p.forward(100) p.circle(50,180)
p.circle(50,180) p.right(90)
p.right(90) p.circle(50,180)
p.circle(50,180) p.forward(100)
p.forward(100)
p.
p.hideturtle() p.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