Commit 8e50a54c by BellCodeEditor

auto save

parent 81941b76
Showing with 13 additions and 4 deletions
turtle.done()
turtle.done()
import turtle
for i in range(4):
turtle.forward(200)
turtle.left(90)
turtle.up()
turtle.goto(100,50)
turtle.fillcolor("blue")
turtle.begin_fill()
turtle.down()
turtle.circle(50)
turtle.end_fill()
turtle.hideturtle()
turle.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