Commit 0d3b5d8b by BellCodeEditor

save project

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