Commit f5232835 by BellCodeEditor

save project

parent dfd50977
Showing with 10 additions and 0 deletions
import turtle
pen = turtle.Pen()
#pen.penup()
pen.goto(0,-100)
pen.pencolor()
pen.circle(len,180)
pen.forward(2*len)
screen = turtle.pen()
screen.bgcolor("red")
turtle.down()
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