• + 1 comment

    How is this making sense?

    'using the key=int sorting argument performs the necessary conversions internally during the sort process itself, while returning the original string values that are quickly printed.'

    That would still convert the string -> to integer -> back to string. The amount of conversions is actually exactly the same.