Commit 8d56ab3c by BellCodeEditor

save project

parent 299bb441
Showing with 1 additions and 1 deletions
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
from turtle import * from turtle import *
a = 1 a = 1
speed(0) speed(0)
for i in range(300): for i in range(0):
forward(a) forward(a)
a+=1 a+=1
left(91) left(91)
......
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