Commit b16c4693 by BellCodeEditor

save project

parent e1024c21
Showing with 3 additions and 2 deletions
i = 1 i = 1
for k in range(1,10) for k in range(1,10)
print(i,"*",k,(i*k),end=" ") print(i,"*",k,(i*k),end=" ")
\ No newline at end of file print()
\ 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