Light Mode
Dark Mode
Not sure how to solve this;

def checkio(numbersarray: tuple) -> list: result = sorted(numbersarray, key=abs(range(numbers_array))) return result

Created: March 5, 2019, 11:06 p.m.
Updated: Sept. 19, 2019, 2:02 p.m.
2
6
User avatar
matdibobe