3 lines
No EOL
46 B
Python
3 lines
No EOL
46 B
Python
def sorter(arr):
|
|
arr.sort()
|
|
return arr |