-
Practice>Python>Errors and Exceptions>Exceptionshackerrank.com 2019. 2. 14. 13:06728x90
Exceptions
Problem : https://www.hackerrank.com/challenges/exceptions/problemDifficulty : easyTip
- Problem itself is simple, however, the error message from exception, is different with problem statement
- To get same exception error message, to solve problem, you should use '//', not '/'
- Catch all exception in one place, like this -> 'except Exception as err:'
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Date and Time>Time Delta (0) 2019.02.17 Practice>Python>Collections>Collections.OrderedDict() (0) 2019.02.14 Practice>Python>Date and Time>Calendar Module (0) 2019.02.13 Practice>Python>Sets>Symmetric Difference (0) 2019.02.13 Practice>Python>Sets>Introduction to Sets (0) 2019.02.13