Computer Science, asked by ashisharya9651, 17 days ago

Write a program in python to add to no using input function.


2. Write a program to get table of given no by using While Loop.​

Answers

Answered by jyotiyadav2941
0

Answer:

,jwjsjdjfkrkrkkrkelee

Answered by samikshamehta
1

Answer:

2. a=int(input("Enter a number whose table is needed between 1 to 10:"))

i=1

for i in range(1,11):

print(a,'*',i,'=',a*i)

i=i+1

please mark me the brainliest

Similar questions