Commit f05fef5f by BellCodeEditor

save project

parent 676f9277
Showing with 13 additions and 4 deletions
import turtle
p=turtle.Pen()
p.write("我是你爸,永远是你爹"font=("Times",30,"normal"))
p.hideturtle()
turtle.done
# p=turtle.Pen()
# p.write("我是你爸,永远是你爹"font=("Times",30,"normal"))
# p.hideturtle()
sb=turtle.Pen()
sb.pencolor("red")
sb.lt(45)
sb.fd(100)
sb.circle(50,180)
sb.rt(90)
sb.circle(50,180)
sb.fd(100)
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