넘파이 문제
![[Numpy] Numpy 문제 모음 (100 numpy exercises)](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FMyi81%2FbtqThZ1N0Gp%2FmMBg52pHbbNYC1OoJmquNK%2Fimg.png)
[Numpy] Numpy 문제 모음 (100 numpy exercises)
1. Import the numpy package under the name np (★☆☆) 2. Print the numpy version and the configuration (★☆☆) 3. Create a null vector of size 10 (★☆☆) 4. How to find the memory size of any array (★☆☆) 5. How to get the documentation of the numpy add function from the command line? (★☆☆) 6. Create a null vector of size 10 but the fifth value which is 1 (★☆☆) 7. Create a vector with values ranging fr..