Commit e38525a5 by BellCodeEditor

save project

parent 654bc3ba
Showing with 16 additions and 0 deletions
import turtle
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.end_fill()
a.penup()
a.goto(0,-100)
a.write("你",font=("黑体",50,"normal"))
a.hideturtle()
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