해안해
[Python] 2차원 배열 입력 받기 array = [list(map(int, input().split())) for _ in range(N)]