Computer Science, asked by souravsinghstar14, 2 months ago

WAP to print the table of any number given by user in python​

Answers

Answered by sanjudevi9471
0

Answer:

Python

Explanation:

plzzz follow me please

Answered by harshvirsing55
1

Answer:

num=int(input('Enter Your no.='))

for a in range (1,11):

   print(num,'x',a,'=',num*a)

Thankyou :)

Similar questions