Commit c4b8b26b by BellCodeEditor

save project

parent a341a4cd
Showing with 7 additions and 1 deletions
...@@ -13,5 +13,5 @@ for i in range(1,300): ...@@ -13,5 +13,5 @@ for i in range(1,300):
b.color(colors[i%4]) b.color(colors[i%4])
b.forward(i) b.forward(i)
b.right(91) b.right(91)
b.hideturtle() b.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file
for i in range(1,10):
for j in range(1,i+1):
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