filmov
tv
Python program to print Multiplication table in reverse order | Revers Multiplication table in Pytho

Показать описание
All in one channel presents "Python program to print Multiplication table in reverse order | Revers Multiplication table in Python"
In this video, I will solve the python problem of "How to print multiplication table in reverse order in Python"
What output do you get now?
I get a regular multiplication table.
I would like to reverse it so it decreases instead of increasing, Indent code by using four spaces to display it in code blocks. That way it is easier to read.
program:
num = int(input("enter the number= "))
for i in range(10,0,-1):
print(num*i)
output:
enter the number= 3
3 X 10 = 30
3 X 9 = 27
3 X 8 = 24
3 X 7 = 21
3 X 6 = 18
3 X 5 = 15
3 X 4 = 12
3 X 3 = 9
3 X 2 = 6
3 X 1 = 3
.
.
.
Watch it "Python program to print multiplication table in reverse order:
.
Subscribe to our Youtube Channel!
In this video, I will solve the python problem of "How to print multiplication table in reverse order in Python"
What output do you get now?
I get a regular multiplication table.
I would like to reverse it so it decreases instead of increasing, Indent code by using four spaces to display it in code blocks. That way it is easier to read.
program:
num = int(input("enter the number= "))
for i in range(10,0,-1):
print(num*i)
output:
enter the number= 3
3 X 10 = 30
3 X 9 = 27
3 X 8 = 24
3 X 7 = 21
3 X 6 = 18
3 X 5 = 15
3 X 4 = 12
3 X 3 = 9
3 X 2 = 6
3 X 1 = 3
.
.
.
Watch it "Python program to print multiplication table in reverse order:
.
Subscribe to our Youtube Channel!
Python Program to Print Multiplication Table of a Number ( User Input )
Write a Python Program to Print Multiplication Table From 1 to 10
Python Program to print Multiplication table 🔥🔥🔥
write a python program to print multiplication table of 5.#shorts #shortvideo #viral #viralshort
Python Tutorials - Multiplication Table Program
Write a Python Program To Print Multiplication Table Of A Given Number
python program to print multiplication table using while loop.#shorts #shortsvideo #viral
Python Program #14 - Display Multiplication Table in Python
8. Working with Functions and their Arguments in Python | Python for Beginners | Hands-on
Python program to print multiplication table of any number
How to Create Multiplication Tables in Python with Nested For Loop
Python program to print the multiplication table of a given number
Write a program to print Multiplication table in python, Python Program to print multiplication tabl
write a program to print multiplication table of any number in python.#shorts #shortsvideo #viral
Python Program to Display the Multiplication Table🔥
Display the Multiplication Table - Python Program Tutorial
Python Special Programs - Multiplication Table Pattern
Python Program to print multiplication table of a number input by the user, using a function.
Python Program |Print Multiplication Table of Any Number | Python Examples
Program to Print Multiplication Table || Python Programming Tutorials
Write a Python Program to Print Multiplication Table of Any Number
Python Program to Print Multiplication Tables in the Given Range
Program to print multiplication table of a given number by using python function
Python Program To Display Multiplication Table
Комментарии