Commit 1bc6350c by BellCodeEditor

save project

parent feb2564c
Showing with 1 additions and 1 deletions
...@@ -5,6 +5,6 @@ p.speed("fastest") ...@@ -5,6 +5,6 @@ p.speed("fastest")
for i in range (300): for i in range (300):
p.forward(b) p.forward(b)
b+=1 b+=1
p.left(90) p.left(91)
turtle.done() turtle.done()
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