Commit a155acc2 by BellCodeEditor

save project

parent 1070081c
Showing with 2 additions and 6 deletions
......@@ -2,12 +2,8 @@ j=1
q=1
for q in range(1,10):
print(j,'*',q,'=',(q*j),end=" ")
q=q-1
for j in range(1,10):
print(j,'*',q,'=',(q*j))
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