Commit 01365505 by BellCodeEditor

save project

parent 5f688f00
Showing with 8 additions and 4 deletions
i=1
j=1
for k in range(9):
print (str(i)+"*"+str(j)+"="+str(i*j),end=" ")
j+=1
\ No newline at end of file
for o in range(9):
for k in range(i):
print (str(i)+"*"+str(j)+"="+str(i*j),end=" ")
j+=1
j=1
print()
i+=1
\ 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