Commit 8b2819e5 by BellCodeEditor

save project

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