Commit 6fca83da by BellCodeEditor

auto save

parent 59c8100e
Showing with 12 additions and 0 deletions
import turtle as t
t.pensize(5)
t.pencolor('red')
t.left(45)
t.fd(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.fd(100)
t.hideturtle()
t.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