-
Practice>Python>Numpy>Floor, Ceil and Rinthackerrank.com 2019. 3. 12. 12:53728x90
Floor, Ceil and Rint
Problem link : https://www.hackerrank.com/challenges/floor-ceil-and-rint/problemDifficulty : EasyTip
- numpy.set_printoptions(sign=' ')
- Please use this, before print any numpy array
- Problem is easy ;) no more tips are needed
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Numpy>Min and Max (0) 2019.03.13 Practice>Python>Numpy>Sum and Prod (0) 2019.03.12 Practice>Python>Numpy>Array Mathematics (0) 2019.03.12 Practice>Python>Classes>Classes>Dealing with Complex Numbers (0) 2019.03.11 Practice>Python>Numpy>Eye and Identity (0) 2019.03.09