Commit 05b98882 by BellCodeEditor

save project

parent a0f59ac2
Showing with 5 additions and 3 deletions
i=3
j=5
print(i,"*",j,"=",i*j)
i=1
j=1
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