Table Program in Python

Advertisements

Prev Tutorial Next Tutorial

Print Table of any number in Python

You can write this program using for loop and while loop. Follow same concept like C programming only change syntax.

Print Table of any number in Python

n = int(input('Enter any number of Table: '))

for i in range(1,11):
   print(n,'x',i,'=',n*i)

Output

	
Enter any number of Table: 5
(5, 'x', 1, '=', 5)
(5, 'x', 2, '=', 10)
(5, 'x', 3, '=', 15)
(5, 'x', 4, '=', 20)
(5, 'x', 5, '=', 25)
(5, 'x', 6, '=', 30)
(5, 'x', 7, '=', 35)
(5, 'x', 8, '=', 40)
(5, 'x', 9, '=', 45)
(5, 'x', 10, '=', 50)

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements