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