RGB 데이터 쌓기
이제 red_array, green_array, emphasized_blue_array_2D를 결합해 파란색이 강조된 모네의 작품이 어떻게 보이는지 확인해 보세요!
numpy는 np로 로드되어 있고, 이전 연습 문제에서 만들었던 red_array, green_array, blue_array, emphasized_blue_array_2D 객체를 사용할 수 있어요.
이 연습은 강의의 일부입니다
NumPy 소개
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Print the shapes of blue_array and emphasized_blue_array_2D
print(____, ____)