Sunday, December 11, 2022

Challenge - Find the runner-up score

 In this hackerrank challenge, we will be finding the second from the highest score using Python's set datatype.

The task:

The solution:

Check the code out on Github!


No comments:

Post a Comment