Commit 01365505 by BellCodeEditor

save project

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