So how to address the problem? Shallow Copy. One way is to use the copy module in python. import copya = [1, 2, 3]
確定! 回上一頁