Commit 8b4e234d by BellCodeEditor

save project

parent 2243fc98
Showing with 4 additions and 4 deletions
factor1=3 factor2=1
factor2=5 for i in range(1,10):
print(factor1,'*',factor2,'=',(factor1*factor2)) print(i,'*',factor2,'=',(i*factor2),end=" ")
\ No newline at end of file \ 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