카테고리 없음
아 오 빡세
def padarray(arr, size): t = size - len(A) return np.pad(arr, pad_width=(0, t), mode='constant')