Commit 86fd9ade by BellCodeEditor

save project

parent 56125721
Showing with 15 additions and 4 deletions
import turtle
# pen=turtle.Pen()
# pen.write("若以,tur真好用,\n我会在画布 上写字!",font=("Time",20,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
pen.write("若以,tur真好用,\n我会在画布 上写字!",font=("Time",20,"normal"))
pen.hideturtle()
qen=turtle.Pen()
qen.pensize(5)
qen.pencolor("red")
qen.left(45)
qen.forward(100)
qen.circle(50,180)
qen.right(90)
qen.circle(50,180)
qen.forward(100)
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