Shallow Copy Python. import copy. # Shallow copy example. original_list = [[1, 2, 3], [4, 5, 6]]. shallow_copy = copy.copy(original_list).
確定! 回上一頁