Commit c8f9591d by BellCodeEditor

save project

parent e7e7ab25
Showing with 16 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("黑化小贝好,我是黑暗特利加!",font=("宋体",50,"normal"))
pen.hideturtle()
turtle.pencolor("red")
turtle.pensize(5)
turtle.fillcolor("red")
turtle.begin_fill()
turtle.left(45)
turtle.forward(200)
turtle.circle(100,180)
turtle.right(90)
turtle.circle(100,180)
turtle.forward(200)
turtle.end_fill()
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