Commit af330a40 by BellCodeEditor

save project

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