Commit 62c69a2c by BellCodeEditor

auto save

parent a205afc6
Showing with 24 additions and 3 deletions
import turtle
turtle.begin_fill()
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
......@@ -7,4 +7,25 @@ turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
\ No newline at end of file
turtle.right(90)
turtle.end_fill()
turtle.right(90)
turtle.forward(200)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.begin_fill()
turtle.left(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.left(90)
turtle.forward(100)
turtle.left(90)
turtle.forward(200)
turtle.right(90)
turtle.forward(100)
turtle.left(90)
turtle.forward(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