x.reverse() is a so called in-place operation, that means the list stored in the variable x is modified (reversed) and the output of ...
確定! 回上一頁