To create a deep copy with copied inner lists, import the copy library and call copy.deepcopy(list) to copy both the inner and outer lists.
確定! 回上一頁