Commit 9bcbc574 by BellCodeEditor

save project

parent 3786df2b
Showing with 18 additions and 0 deletions
import turtle
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(135)
a.forward(100)
a.circle(-50,180)
a.left(90)
a.circle(-50,180)
a.forward(100)
a.end_fill()
a.penup()
a.goto(-400,-200)
a.write("1",font=("黑体",200,"normal"))
a.penup()
a.goto(200,-200)
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