WAP to print the table of any number given by user in python
Answers
Answered by
0
Answer:
Python
Explanation:
plzzz follow me please
Answered by
1
Answer:
num=int(input('Enter Your no.='))
for a in range (1,11):
print(num,'x',a,'=',num*a)
Thankyou :)
Similar questions