Exception Handling in Python
In this article, you will learn about exception handling in python.
What is an exception?
Let's start understanding Exception in python by executing the below code snippets. You can execute the code on your machine or any online compiler like this.
p...
blog.shubhamlashkan.com3 min read