Commit 6690dd71 by BellCodeEditor

save project

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