9
markjones.6181993
1 6 17
353/ 445
Mark Jones
Last seen 1 year ago
Member for 7 years, 4 months, 18 days
Difficulty Normal
Best reviews / Newest reviews
Third-ciel
Man I am so new at Python that I do not even know what zero-copying is lol. More
BuildList-RonSwanon01
This works fine; but the method that would use the least lines would be to make use of key: return sorted(numbers_array, key = abs(numbers_array)) More
First-ZSebasitan
Least amount of lines to use; makes use of the fact that sorting with the parameter key does not alter the list More
Clear-andrewnsk
Makes use of the fact that you can sort using a callable function; nice More