Commit fb3dba17 by BellCodeEditor

save project

parent 75c4a2a3
Showing with 7 additions and 2 deletions
...@@ -5,4 +5,9 @@ ...@@ -5,4 +5,9 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
b=1 b=1
for i in range(300) for i in range(300):
\ No newline at end of file pen.forward(b)
pen.left(91)
b=b+2
pen.hideturtle()
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