Sort Array Ascending

Sort an array of numbers in ascending order.

Code

General
sorted(arr)

Parameters

Array of numbers

Server

More Python Snippets