티스토리 뷰

공부

[Python] list of list

승가비 2020. 5. 2. 22:37
728x90
array = [[0 for col in range(10)] for row in range(10)]

https://infinitt.tistory.com/106

 

파이썬 (Python) 2중 리스트, 2차원 배열 선언 및 출력

https://infinitt.tistory.com/17 파이썬(Python) 기초 (6) 데이터 타입(Data Type) - 리스트 (list) 와 튜플 (tuple) 그리고 관련 함수(sort reverse insert remove pop append extend 등.. ) 리스트와 튜플은 모..

infinitt.tistory.com

 

728x90

'공부' 카테고리의 다른 글

[Maven] basic  (0) 2020.05.02
[Jenkins] Deploy to remote & github-webhook  (0) 2020.05.02
[Spring] boot swagger remove basic error controller  (0) 2020.05.02
[HBase] command  (0) 2020.05.02
[Spring] boot `/error` handling  (0) 2020.05.02
댓글