Write a Python program to create the multiplication table (from 1 to 10) of a number
belongs to collection: All Conditional and loop programs using Python programming Language
All Answers
total answers (1)
belongs to collection: All Conditional and loop programs using Python programming Language
total answers (1)
I have used python 3.7 compiler for debugging purpose.
Result:
Input a number: 10
10 x 1 = 10
10 x 2 = 20
10 x 3 = 30
10 x 4 = 40
10 x 5 = 50
10 x 6 = 60
10 x 7 = 70
10 x 8 = 80
10 x 9 = 90
10 x 10 = 100
need an explanation for this answer? contact us directly to get an explanation for this answer