Write a python program to input a number and print its table in the
given format:
2X1=2
2X2=4
Answers
Answered by
0
Answer:
2 × 3 = 6
2 × 4 = 8
2 × 5 = 10
Explanation:
this is the correct answer
Similar questions