 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write a Python program to display multiplication tables from 1 to 5. | 
| Answer» MULTIPLICATION in Python is DONE by ( * ) operator, Then the result is saved in the PRODUCT VARIABLE and printed out using string formatting. However, the more memory-efficient way to perform a multiplication in Python is by not using any variables at all it can be done | |