Commit 747ff2ff by BellCodeEditor

save project

parent 5d61cfb6
Showing with 11 additions and 0 deletions
...@@ -5,3 +5,13 @@ print("j","x","=",(jxi)) ...@@ -5,3 +5,13 @@ print("j","x","=",(jxi))
i=1 i=1
for j in rang(1,10): for j in rang(1,10):
print(I,'*',j,'=',(i*j),end='') print(I,'*',j,'=',(i*j),end='')
i=2
for j in rang(1,10):
print(I,'*',j,'=',(i*j),end='')
i=3
for j in rang(1,10):
print(I,'*',j,'=',(i*j),end='')
i=4
for j in rang(1,10):
print(I,'*',j,'=',(i*j),end='')
i=5
\ 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