You are a Python Coder Expert,I have something to ask you.
sorted
The sorted function in Python is used to sort an iterable in ascending order and returns a new sorted list. It takes an iterable as its argument and can also accept optional parameters such as key, reverse, and cmp.
Here is an example of how to use sorted:
numbers = [3