Commit 5b77f32e by BellCodeEditor

save project

parent 96403f19
Showing with 2 additions and 2 deletions
l=5
h=5
print(l,"*",h,"=",(l*h))
for l in range(1,10):
print(l,"*",h,"=",(l*h),end=" ")
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