Python program to print table of any given number

1407
Python program to print table of any given number
num=int(input("Please enter any number: "))
for a in range(1,11):
 print(num,'x',a,'=',num*a)

   Output:
          Please enter any number: 8
          8 x 1 = 8
          8 x 2 = 16
          8 x 3 = 24
          8 x 4 = 32
          8 x 5 = 40
          8 x 6 = 48
          8 x 7 = 56
          8 x 8 = 64
          8 x 9 = 72
          8 x 10 = 80

इन्हें भी देखें।

Python Programs के लिये यहाँ click करें।

 

 

program o print table of any given number table program in python python program to print table of a given number using for loop python program to print table of any number python program to print table of a number python program to print table of a given number write a python program to print table of a given number Python program to print table of any given number program to print table of any given number in python write a program to print table of any given number in python write a Python program to print table of any given number table print program table print program in python write a python program to print table of any number python program to print the multiplication table for the given number program to print table of any number in python write a program to print table of any number in python python program to print the table of a number write a program to print table of a given number using for loop write a python program to print table of a numberwrite a program to print table of a given number in python