Commit afde6b1f by BellCodeEditor

auto save

parent c816b9b8
Showing with 23 additions and 0 deletions
import turtle
pen =turtle.Pen()
pen2 =turtle.Pen()
pen.pensize(10)
pen.pencolor("red")
pen2.pensize(10)
pen2.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen2.left(135)
pen2.forward(100)
pen2.circle(-50,180)
# pen2.goto(-40,40)
pen2.hideturtle()
pen.hideturtle()
pen.write("听我说\n谢谢你",font=("Times",20,"normal"))
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