Commit 3cde147e by BellCodeEditor

save project

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