special method of callable instances
__call__()
sort function
sorted(iterable, key=None, reverse=False)
built-in function which detects a callable object
callable()
built-in function which turn several lists into the list of tuples
zip()
transpose the list of lists
list(zip(*iterable))