mutable vs immutable

mutable

immutable

얕은복사 vs 깊은복사

얕은복사

=

arr.copy, copy.copy(), slicing

깊은복사

copy.deepcopy()