Commit 0aee280e by BellCodeEditor

save project

parent 6ac68639
Showing with 10 additions and 4 deletions
cs1 = 5 cs1 = 1
cs2 = 7 cs2 = 1
print(cs1,"x",cs2,"=",cs1*cs2) for i in range(9):
\ No newline at end of file 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