This time we're going to create a deep copy using the deepcopy() function defined in the copy module instead: >>> >>> import copy >>> xs = [[1, 2, 3], [4, 5 ...
確定! 回上一頁