• + 0 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-

    print(*sorted(second_lowest_names), sep='\n')