write a python program to find table of a number using while loop

Solutions on MaxInterview for write a python program to find table of a number using while loop by the best coders in the world

showing results for - "write a python program to find table of a number using while loop"
Monica
03 Nov 2019
1a=int(input("enter table number"))
2b=int(input("enter the number to which table is to printed"))
3i=1
4while i<=b:
5    print(a,"x",i,"=",a*i)
6    i=i+1
7
queries leading to this page
how to make a for loop do the 2 times table in pythomultiplication table in python using while loopprint table using while loop in pythongiven the list of students in a table write a python program that asks for user inputswrite a program to print tables from 2 to a user provided range 28use for looppython program to ask the user for a number 2c and then print the multiplication table 28up to 12 x the number 29 table of the given number pythonmultiplication table python for loopwrite a program to print a multiplication table using the while loop in pythonpython code that uses for lop to create multiplication tablepython multiplication table while looppython program to print table of a given numberprint the table of the number till n python programhow to make multiplication table in python using while loophow to make multiplication table in python2s table in python code while loopwrite a python program to display table of any number using while loop multiplication table of a number using while loop pythonwrite a program that prints a multiplication table for numbers up to 12write python program to print table of a number using while looppython program for multiplication table 29 python program to print the table of a given numberpython to print multiplication table from 1 to 10 using nested for looppython program to print multiplication table using while loopnumber 2 multiplication table in pythonprint table of any number in pythonprogram to print multiplication table of a given number in pythonwrite a program to print table of any number in python using while loophow to create a multiplication table using function using while loop in pythonmultiplication table in pythonwrite a python program to find table of a number using while looptable in python code while looppython program to display the multiplication tablepython program to print the table of a given number python program to print the table of a given numberpython table using 3a 3c10how to make a for loop do the 2 times table in pythonpython program to print table of 3python to print multiplication tablemultiplication table using while while loop in pythontable program in python using while loopwrite a python program to find table of a number using while loop