Commit cf3176c1 by BellCodeEditor

auto save

parent ac28d4d3
Showing with 2 additions and 3 deletions
......@@ -3,9 +3,8 @@ turtle.pensize(2)
turtle.penup()
turtle.goto(6,88)
turtle.pendown()
turtle.beginfill()
turtle.circle()
turtle.done(120)
turtle.begin_fill()
turtle.circle(120)
turtle.fillcolor("green")
turtle.end_fill()
turtle.done()
......
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