We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Very neat readable code - as mentioned just anyone can understand.
For a change, liked this more than the compact snippets mentioned. Even more when it comes to debugging.
BTW, you could use the following one liner for the last code block to sort and print the names list on seperate lines-
print(*sorted(second_lowest_names), sep='\n')
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Nested Lists
You are viewing a single comment's thread. Return to all comments →
Very neat readable code - as mentioned just anyone can understand. For a change, liked this more than the compact snippets mentioned. Even more when it comes to debugging.
BTW, you could use the following one liner for the last code block to sort and print the names list on seperate lines-