Python

<Python> 2차원 리스트

Su_Do 2020. 10. 29. 22:08

 

list = [['']*y for a in range(x)]
# list[x][y]가 만들어짐