Commit 91405d56 by BellCodeEditor

save project

parent b705ba0f
Showing with 3 additions and 3 deletions
i=1
for q in range(1,10,1):
print(i,"x",q,"=",(i*q))
for i in range(1,10):
for q in range(1,10,1):
print(i,"x",j,"=",(i*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