You can download this code by clicking the button below.
This code is now available for download.
Sorts the input list
Technology Stack : Built-in function
Code Type : Function
Code Difficulty :
def aord(args):
args.sort()
return args