Commit 4eae8ea0 by BellCodeEditor

save project

parent de4cdeed
Showing with 13 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.pensize(20)
pen.pencolor("red")
pen.left(121)
pen.right(180)
pen.forward(1223)
pen = turtle.Pen()
pen.circle(199,360)
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