Skip to content

arnab132/Largest-Among-Three-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Largest-Among-Three-Numbers

In this program, you'll learn to find the Largest among the Three numbers using if else and display it.

To Understand this example, you should have the knowledge of the following Python programming topics:

Python if...else Statement Python Input, Output and Import

In the program below, the three numbers are stored in num1, num2 and num3 respectively. We've used the if...elif...else ladder to find the largest among the three and display it.

Releases

No releases published

Packages

No packages published

Languages