Commit d8fabfc0 by BellCodeEditor

save project

parent e33f3402
Showing with 9 additions and 2 deletions
=turtle.Screen()
import turtle
pen1=turtle.Pen()
screen.bgcolor("red")
length=50
pen1.lt(45)
pen1.fd(length*2)
pen1.circle(length,180)
pen1.rt(90)
pen1.circle(length,180)
pen1.fd(length*2)
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