728x90
Exception
-
[Python tutorial] 27. Exception코딩/Python 2022. 12. 21. 17:32
Exception Description ArithmeticError Raised when an error occurs in numeric calculations AssertionError Raised when an assert statement fails AttributeError Raised when attribute reference or assignment fails Exception Base class for all exceptions EOFError Raised when the input() method hits an "end of file" condition (EOF) FloatingPointError Raised when a floating point calculation fails Gene..