Commit 2b76ea2d by BellCodeEditor

save project

parent a50ceeec
Showing with 20 additions and 0 deletions
import turtle
Pen=turtle.Pen()
Pen.pencolor("gold")
Pen.pensize(17)
len=47
Pen.left(45)
Pen.fd(2*len)
Pen.circle(len,180)
Pen.rt(90)
Pen.circle(len,180)
Pen.fd(2*len)
Pen.penup()
Pen.goto(170,-70)
Pen.write("112233",font=("Time",50,"normal"))
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