Commit 8e9fc930 by BellCodeEditor

auto save

parent 92daddfe
Showing with 8 additions and 3 deletions
import turtle
pen=turtle.Pen()
pen.write("你个李总,\n不不。",font=("Times",20,"normal"))
pen.hideturtle()
#pen=turtle.Pen()
#pen.write("你个李总,\n不不。",font=("Times",20,"normal"))
z=turtle.Pen()
z.left(45)
z.fd(100)
z.circle(50,180)
z.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