mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
3 lines
No EOL
46 B
Python
3 lines
No EOL
46 B
Python
def sorter(arr):
|
|
arr.sort()
|
|
return arr |