Commit f924924c by BellCodeEditor

save project

parent 35949275
Showing with 14 additions and 9 deletions
import turtle import turtle
#pen=turtle.Pen() screen=turtle.Screen()
#pen.write("嘿,SB",font=("Times",20,"normal")) screen.bgcolor("light blue")
#turtle.done() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("我一定会回来的",font=("Times",20,"normal"))
pen.hideturtle()
p=turtle.Pen() p=turtle.Pen()
p.pensize(50) p.pensize(25)
p.pencolor("red") p.pencolor("red")
len=75
p.left(45) p.left(45)
p.forward(100) p.forward(2*len)
p.circle(50,180) p.circle(len,180)
p.right(90) p.right(90)
p.circle(50,180) p.circle(len,180)
p.forward(100) p.forward(2*len)
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