Skip to content

amoltdhage/LargestAmongThreeNumbers

Repository files navigation

LargestAmongThreeNumbers

In the program below, the three numbers are stored in num1, num2 and num3 respectively or we can take three numbers from user

We've used the if...elif...else ladder to find the largest among the three and display it.

Output

Enter first number: 1

Enter second number: 2

Enter third number: 3

The largest number is 3.0

About

Python Program to Find the Largest Among Three Numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages