You can download this code by clicking the button below.
This code is now available for download.
Sorts the items in the list and returns a new sorted list.
Technology Stack : Built-in function
Code Type : Function
Code Difficulty :
def aorded_list_items(list_items):
return sorted(list_items)