Commit fade9ac2 by BellCodeEditor

save project

parent c816b9b8
Showing with 16 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("先等等会",font=("Times",30,"normal"))
pen.hideturtle()
fff=turtle.Pen()
fff.pensize(5)
fff.pencolor("red")
fff.left(45)
fff.forward(100)
fff.circle(50,180)
fff.right(90)
fff.circle(50,180)
fff.forward(100)
fff.hideturtle()
turtle.done()
\ No newline at end of file
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