Commit 75a79585 by BellCodeEditor

save project

parent 59bbe78b
Showing with 5 additions and 1 deletions
i=1
j=1
print(i,"x",j,"=",(i*j))
\ No newline at end of file
......@@ -10,7 +10,7 @@ screen=turtle.Screen()
screen.bgcolor("black")
# 请创造师在下面接着创作
for i in range(1,300):
for i in range(1,999999):
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(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