Commit 3a0fbda3 by BellCodeEditor

auto save

parent 8c758fa8
Showing with 5 additions and 3 deletions
...@@ -10,7 +10,8 @@ for i in range(1,3000): ...@@ -10,7 +10,8 @@ for i in range(1,3000):
pen.pencolor(color[i%4]) pen.pencolor(color[i%4])
pen.forward(i) pen.forward(i)
x=5
y=7 i=1
print(x,'*',y,'=') for y in range(1,10)
print()
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