Commit 73b2ce6c by BellCodeEditor

save project

parent 705bd51e
Showing with 6 additions and 3 deletions
......@@ -8,6 +8,6 @@ colors=["green","red","orange","yellow","blue","purple","light blue","white"]
for i in range(3000):
pen.forward(i)
pen.pencolor(colors[i%8])
pen.right(456)
pen.right(192837465)
turtle.hideturtle()
turtle.done()
\ No newline at end of file
i=1
for j in range(1,10):
for i in range(1,10):
for j in range(1,10):
print(j,'*',i,'=', (j * i),end=" ")
print()
\ 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