akshatkumar27 / Hactoberfest_Challenge

Deploy any code in any coding language. Code will be merged after every 3-4 hours. Star and promote this repo
10 stars 49 forks source link

Create 2nd_largest_number.py #74

Closed Jayesh-JainX closed 2 years ago

Jayesh-JainX commented 2 years ago

This code is use to find the 2nd Largest Number in series of 3 numbers eg: input: 1 2 3 ouput: 2 explanation: 2 is the 2nd largest number in the given input