Commit fb635000 by BellCodeEditor

save project

parent 30b06c69
Showing with 16 additions and 8 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你好\nSB.",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen1 = turtle.Pen()
pen1.color("yellow")
pen1.pensize(15)
pen1.left(45)
pen1.forward(90)
pen1.circle(45,180)
pen1.right(90)
pen1.circle(45,180)
pen1.forward(90)
turtle.done()
\ No newline at end of file
import turtle
import turtle
pen = turtle.Pen()
pen.clock("blue")
pen.write("你好\ndog",fond=("Times",50,"normal"))
pen.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