Commit 2a45e15e by BellCodeEditor

save project

parent 7bc04dab
Showing with 5 additions and 3 deletions
h=1 h=5
l=1 l=1
print(h,"x",l,"=",h*l) for i in range(h):
\ No newline at end of file print(l,"x",h,"=",l*h,end=" ")
l+=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