Commit 3cde147e by BellCodeEditor

save project

parent f833b0b8
Showing with 9 additions and 4 deletions
import turtle import turtle
a=turtle.pen() len=60
a.left(135) turtle.left(45)
a.for turtle.forward(2*len)
\ No newline at end of file turtle.circle(len,180)
turtle.right(90)
turtle.circle(len,180)
turtle.forward(2*len)
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