Commit 2caf7b60 by BellCodeEditor

auto save

parent a50ceeec
Showing with 13 additions and 0 deletions
import turtle
turtle.pencolor("red")
turtle.goto(0,-100)
turtle.circle(100)
turtle.left(90)
turtle.fd(200)
turtle.goto(0,0)
turtle.left(90)
turtle.fd(100)
turtle.left(180)
turtle.fd(200)
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