Commit 7efaea37 by BellCodeEditor

save project

parent 23830e1a
Showing with 3 additions and 3 deletions
s=3
b=5
print(s,"*",b,"=",15)
s=1
for b in range(1,10):
print(s,"*",b,"=",(s*b),end=" ")
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