본문 바로가기

PYTHON

[17] Python - List Methods

코드

실행화면

* numbers2 = numbers.copy() 는 독립적

* numbers2 = numbers 는 종속적

'PYTHON' 카테고리의 다른 글

[19] Python - Tuple  (0) 2022.01.12
[18] Python - List 중복 요소 제거  (0) 2022.01.12
[16] Python - 2D Lists  (0) 2022.01.12
[15] Python - Lists  (0) 2022.01.12
[14] Python - Nested Loops  (0) 2022.01.12