Commit 05b98882 by BellCodeEditor

save project

parent a0f59ac2
Showing with 5 additions and 3 deletions
i=3 i=1
j=5 j=1
print(i,"*",j,"=",i*j) for x in range(9):
print(i,"*",j,"=",i*j,end=" ")
j=j+1
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