Python Project

Program to print multiplication table in proper format

Class 11th CBSE IP

Assignment

Q.2 Program to print multiplication table in proper format

Solution :- 

no1 = int(input (“Enter the number :- “))
# We are using “for loop” to iterate the multiplication 10 times
print (“The Multiplication Table of: “, no1)
for count in range(1, 11):
        print (no1, ‘x’, count, ‘=’, no1 * count)

Output :- 

Practice :- 

Fun & Easy to follow
Works on all devices
Your own Pace
Super Affordable

Popular Videos

Play Video

UX for Teams

Learn the basics and a bit beyond to improve your backend dev skills.

ava4.png
Chris Matthews

Designer

Play Video

SEO & Instagram

Learn the basics and a bit beyond to improve your backend dev skills.

ava4.png
Chris Matthews

Designer