box = [[1, 1]]for a in box: box.append([a[0], a[1] -1 ])box = [[a[0], a[1] -1 ] for a in box]for문은 무한루프 하는데 내포는 왜 무한루프 안함??
야 요거 재밌는거하네