sort () is a list method that sorts a list in-place, meaning, the original list gets modified. By default, it sorts the list in ascending order.
確定! 回上一頁