Commit a15c38a7 by BellCodeEditor

save project

parent 234a55d3
Showing with 7 additions and 0 deletions
s = 1
b = 1
for b in range(1,10):
for s in range(1,b+1):
print(s,"*",b,"=",(s*b),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