Skip to content

Write a python program to print multiplication table of any number

PYTHON

Write a python program to print multiplication table of any number

num = int(inputsplay multiplicn table of? ")) for i in rang 11): print(num, 'x', i, '=', num*i)

OUTPUT….