Commit df4fbde2 by BellCodeEditor

save project

parent f25effac
Showing with 10 additions and 0 deletions
cs1 = 1
cs2 = 1
for i in range(9):
cs1 = 1
for j in range(i+1):
print(cs1,"x",cs2,"=",cs1*cs2,end =" ")
cs1+=1
print("\n")
cs2+=1
\ 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