Commit 051d412e by BellCodeEditor

save project

parent aa0a9edc
Showing with 2 additions and 2 deletions
......@@ -17,10 +17,10 @@ for i in range(1,10):
j = 5
for i in range(1,10):
print(i,"*",j,"=",(j*i),end=" ")
j = 6
j = 6
for i in range(1,10):
print(i,"*",j,"=",(j*i),end=" ")
j = 8
j = 8
for i in range(1,10):
print(i,"*",j,"=",(j*i),end=" ")
j = 9
......
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