Commit f4bd2b00 by BellCodeEditor

auto save

parent 345a406a
Showing with 6 additions and 0 deletions
...@@ -3,4 +3,9 @@ pen=turtle.Pen() ...@@ -3,4 +3,9 @@ pen=turtle.Pen()
for i in range(3): for i in range(3):
pen.forward(100) pen.forward(100)
pen.left(120) pen.left(120)
pen.forward(200)
pen.left(120)
for i in range(2):
pen.forward(100)
pen.left(120)
turtle.done() 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