Commit 3b8efbe1 by BellCodeEditor

save project

parent ae99b30e
Showing with 15 additions and 3 deletions
import turtle
pen=turtle,Pen()
pen.write("候逸凡\n大帅哥",font=("Times",18,"normal"))
pen.hideturtle()
# pen=turtle,Pen()
# pen.write("候逸凡\n大帅哥",font=("Times",18,"normal"))
# pen.hideturtle()
# turtle.done()
p1=turtle.Pen()
p1.pencolor("green")
p1.pensize(5)
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
p1.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