Commit 20cfb513 by BellCodeEditor

save project

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