"There is also an optional argument cmp=cmpFn to sorted() that specifies a traditional two-argument comparison function that takes two values from the list and returns negative/0/positive to indicate their ordering."
I can't understand the following lines from the article. Please help me understand this .