E0_copy is not a deep copy. You don't make a deep copy using list() . (Both list(...) and testList[:] are shallow copies.) You use copy.deepcopy(.
確定! 回上一頁