Commit 82929fa4 by BellCodeEditor

save project

parent 6041b33d
Showing with 4 additions and 4 deletions
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# turtle.hideturtle() # turtle.hideturtle()
# turtle.done() # turtle.done()
i=3 j=1
j=5 for i in range(1,10):
l=i*j print(i,"*",j,"=",(j*i),end=" ")
print(i,"*",j,"=",l)
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