hackerrank.com
Practice>Python>Numpy>Arrays
건이두
2019. 3. 26. 12:38
728x90
Arrays
Problem link : https://www.hackerrank.com/challenges/np-arrays/problem
Difficulty : Easy
Tip
- double colon :: is key
- you guys know regarding single colon :
- It's time to understand the usage of ::
- key is [::-1] to reverse numpy array
Solution
728x90