To copy an array in Python, use the array.copy() method. To shallow copy of an array in Python, use the array.view() method.
確定! 回上一頁