sort () ing a list in python does it in place, that is, the return from sort() is None . The list itself is modified, a new list is not returned. >>>results ...
確定! 回上一頁