Errors and Exception Handling

In this blog we will learn about Errors and Exception Handling in Python. You've definitely already encountered errors by this point in the course. For example: Note how we get a Syntax Error, with the further description that it was an EOL (End of Line Error) while scanning the string literal. This is specific enough … Continue reading Errors and Exception Handling