Short answer: To find the maximal list in a list of lists, you need to make two lists comparable. How? With the key argument of the max() function.
確定! 回上一頁