Commit ae6226ac by BellCodeEditor

auto save

parent 8ec01dc7
Showing with 9 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.while=("你好啊"("Times",30,"normal")) #pen.write("你好啊",font=("Times",30,"normal"))
turtle.hidetturtle() pen.left(45)
pen.forward(150)
pen.circle(45,180)
pen.right(90)
pen.circle(45,180)
pen.forward(150)
turtle.hideturtle()
turtle.done() 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