hackerrank.com

Practice>Python>Numpy>Shape and Reshape

건이두 2019. 3. 26. 12:45
728x90

hackerrank.com

Shape and Reshape

Difficulty : Easy

Tip

  • Most of thing to resolve problem, is described in description
  • Just add 'int' when you create numpy arrary, like numbpy.array(arr, int)
  • It is to covert string to int

Solution


728x90