Commit f5958cd3 by BellCodeEditor

save project

parent 7164e6a3
Showing with 4 additions and 2 deletions
r=1 for r in range(1,10):
for j in range(1,10): for j in range(1,r+1):
print(j,"*",r,"=",(j*r),end=" ") print(j,"*",r,"=",(j*r),end=" ")
print()
\ 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