Commit bc04615d by BellCodeEditor

save project

parent 8b2819e5
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,7 @@ cs2 = 1 ...@@ -9,7 +9,7 @@ cs2 = 1
for i in range(9): for i in range(9):
cs1 = 1 cs1 = 1
for j in range(i+1): for j in range(i+1):
print( str (cs1) + "x" + str (cs2) + "="+str(cs1xcs2)end = " ") print( str (cs1) + "x" + str (cs2) + "="+str(cs1*cs2),end = " ")
cs1 += 1 cs1 += 1
print("\n") print("\n")
cs2 += 1 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