Commit b7cb295a by BellCodeEditor

save project

parent 8401a291
Showing with 17 additions and 1 deletions
import turtle import turtle
# pen=turtle.Pen()
# pen.write("zzzzzzzzzzzzzn\作者吱吱吱吱吱吱吱吱"font=("楷体"))
p=turtle.Pen()
p.pencolor("red")
p.pensize(0.00000000000000000000000000000000000000001)
p.fillcolor("red")
p.begin_fill()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.end_fill()
p.forward(100)
p.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