Commit fafbe7f5 by BellCodeEditor

auto save

parent 905573d6
Showing with 16 additions and 5 deletions
......@@ -20,14 +20,25 @@
# pen1.circle(lovesize,180)
# pen1.forward(2*lovesize)
# pen1.hideturtle()
# turtle.done()
# turtle.Pen()
import turtle
pen=turtle.Pen()
pen.write("您好",font=("Times",30,"normal"))
pen.hideturtle()
# import turtle
# pen=turtle.Pen()
# pen.write("您好",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.Pen()
pen1=turtle.pen()
pen1.pensize(5)
pen1.pencolor(red)
pen1.lt(45)
pen1.fd(100)
pen1.circle(50,180)
pen1.rt(90)
pen1.circle(50,180)
pen1.fd(100)
pen1.hideturtle()
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