-
Practice>Python>Numpy>Arrayshackerrank.com 2019. 3. 26. 12:38728x90
Arrays
Problem link : https://www.hackerrank.com/challenges/np-arrays/problemDifficulty : EasyTip
- 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'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Transpose and Flatten (0) 2019.03.26 Practice>Python>Numpy>Shape and Reshape (0) 2019.03.26 Practice>Python>Debugging>Default Arguments (0) 2019.03.22 Practice>Python>Python Functionals>Reduce Function (0) 2019.03.22 Practice>Python>Python Functionals>Validating Email Addresses With a Filter (0) 2019.03.21