HackerRank Solutions | Find the Runner-Up Score | Python | Find Second Largest Number

preview_player
Показать описание

Problem-
Given the participants' score sheet for your University Sports Day, you are required to find the runner-up score. You are given scores. Store them in a list and find the score of the runner-up.
Рекомендации по теме
Комментарии
Автор

Which program you want me to solve next?

DhirajBezbaruah
Автор

Is there any need to convert back to list after you changed the list to set and before you use sorted? Because sorted when used in set always returns a list.

anushreedas
Автор

Bro it prints list of numbers isn't it?
Until last but one

midhileshmomidi