Commit 53bf81a9 by BellCodeEditor

save project

parent e6765d92
Showing with 5 additions and 4 deletions
sb=1
for usb in range(1,10):
print(sb,"*",usb,"=",(usb*sb),end=" ")
\ No newline at end of file
for sb in range(1,10):
for usb in range(1,sb+1):
print(sb,"*",usb,"=",(usb*sb),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