공부
[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