Question: Write a Python program that asks the user to input an integer number n (Input a number:) [must be coded exactly], and create the multiplication
Write a Python program that asks the user to input an integer number n (Input a number:) [must be coded exactly], and create the multiplication table (from 1 to 10) of that number n. Here is an example:
Input a number: 6
6 x 1 = 6
6 x 2 = 12
6 x 3 = 18
6 x 4 = 24
6 x 5 = 30
6 x 6 = 36
6 x 7 = 42
6 x 8 = 48
6 x 9 = 54
6 x 10 = 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
