hackerrank.com
Practice>Python>Numpy>Array Mathematics
건이두
2019. 3. 12. 12:44
728x90
Array Mathematics
Problem link : https://www.hackerrank.com/challenges/np-array-mathematics/problem
Difficulty : Easy
Tip
- / this is division, result return as floating point
- // this is integer division, result as int
Solution
728x90