Errors and Exceptions
- 國良 余
- May 16, 2019
- 1 min read
When we writhing programs, errors and exceptions are things we can miss it, they will make the program can not be run and give some output you did not want. So how to test the errors and exceptions is the most important for the program. And here is some errors and exceptions in the Python.
1. Syntax Errors

2. Runtime Errors

3. Logic Errors

4. Exceptions

5. Handling Exceptions

6. Raising Exceptions


コメント