[Python] Assignment와 Shallow Copy, Deep Copy
·
Programming
시작하기 전https://ds31x.tistory.com/404 [Py] 객체(object)에 대한 정보 확인하기Python에서 object(객체)란?type, id, refcount, value 를 속성으로 가지고 있는 a chunk of data.https://dsaint31.tistory.com/517 [Python] Variable (and Object)Variable (and Object)1. 정의Python에서 Variable은 Memory에 할당된 Objectds31x.tistory.comhttps://ds31x.tistory.com/199 [Python] mutable and immutable: MutabilityPython에서 Data Types를 구분짓는 중요 속성. Python에서 O..