Commit 0fe7cd16 by BellCodeEditor

auto save

parent b69916dc
Showing with 12 additions and 0 deletions
import turtle
p=turtle.Pen()
p.circle(50,360)
p.right(-90)
p.forward(100)
p.backward(50)
p.left(90)
p.forward(50)
p.backward(100)
p.hideturtle()
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