Commit 698b46fb by BellCodeEditor

save project

parent 3d87a60d
Showing with 5 additions and 6 deletions
b=1 for g in range(1,1000):
g=1 for a in range(1,g+1):
for a in range(1,g): print(a,'*',g,'=',(a*g),end=' ')
print(a,'*',b,'=',(a*b),end=' ') print()
g+=1 \ No newline at end of file
\ 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