write a python program to print a multiplication table up to a maximum of 20 rows. Even if the number of rows asked by the user is more than 20, we should limit upto 20 rows and print an error message as no
Answers
Answered by
0
Answer:
write a python program to print a multiplication table up to a maximum of 20 rows. Even if the number of rows asked by the user is more than 20, we should limit upto 20 rows and print an error message as no
Similar questions