Commit 5cca19cc by BellCodeEditor

save project

parent 483a00bc
Showing with 4 additions and 4 deletions
for i in range(1,10):
for j in range(i+1):
print(str(i)+"*"str(j+1)+"="+str(i*(j+1)),end="")
print()
......
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