Commit 8556fb65 by BellCodeEditor

save project

parent 654bc3ba
Showing with 19 additions and 0 deletions
import turtle
Pen=turtle.Pen()
pen.Pencolor("red")
Pen.Pensize(15)
Pen.left(45)
Pen.fd(100)
Pen.circle(-50,180)
Pen.rt(90)
Pen.circle(-50,180)
Pen.fd(100)
turtle.done()
Pen.penup()
Pen.gost to(100,100)
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