Commit 698b46fb by BellCodeEditor

save project

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