hackerrank
hackerrank copied to clipboard
Problem with Sort Function
This code , when run on python 2 , produces the required output i.e, sorts the list. But when run on python 3 , the sort function does not work. I have run this on pycharm as well as the coding platform hackerrank provides.