Commit 4d766c3a by BellCodeEditor

auto save

parent 21d03d9a
Showing with 13 additions and 8 deletions
import turtle
scees=turtle.Scees()
pen=turtle.Pen()
screen=turtle.Screen()
len=60
pen.left(45)
pen.forward(len*2)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(len*2)
pen=turtle.Pen()
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.left(45)
pen1.forward(len*2)
len1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(len*2)
pen1.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