Defensive programming
Defensive programming is a type of coding practice, where software code is written in a way that it continues working even after errors occur. One the ways to handle errors in code is via try/except block in python programming language.

Comments
Post a Comment