Commit 5745b372 by BellCodeEditor

save project

parent 4587066e
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ pen=turtle.Pen ...@@ -3,4 +3,5 @@ pen=turtle.Pen
pen.shape("turtle") pen.shape("turtle")
for i in range(5) for i in range(5)
pen.forward(150) pen.forward(150)
pen.right(36) pen.right(36)
\ No newline at end of file turtle.down
\ 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