Commit ee228442 by BellCodeEditor

save project

parent 3c9b4037
Showing with 11 additions and 4 deletions
import turtle
pen=turtle.Pen()
pen.pencolor("red")
pen.fillcolor("red")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen = turtle.Pen()
pen.fillcolor('red')
pen.right(90)
pen.write("诺依",font=("times",20,"normal"))
turtle.done()
pen.circle(50,180)
pen.forward(100)
pen.end_fill()
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