그때 그때, 추가할 예정.
output = sum(arr ,[])
# method 1 output = max(map(max, arr)) # method 2 output = max([max(line) for line in arr])