Commit 9877bcc2 by BellCodeEditor

save project

parent 662cdd74
Showing with 3 additions and 2 deletions
...@@ -3,8 +3,8 @@ pen=turtle.Pen() ...@@ -3,8 +3,8 @@ pen=turtle.Pen()
turtle.shape("turtle") turtle.shape("turtle")
for i in range(4): for i in range(100):
pen.forward(100) pen.forward(100)
pen.right(90) pen.right(10)
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