[PYTHON/NUMPY] ndarray 클래스 : reshape 메소드를 사용해 배열 변형하기

■ ndarray 클래스의 reshape 메소드를 사용해 배열을 변형하는 방법을 보여준다.

main.py

requirements.txt

※ pip install numpy 명령을 실행했다.

Advertisements