If you code in Python than, you have probably already worked with a lot of try and except blocks. In this blog, we will explore some of the hidden functionality of these blocks. We will demonstrate this by creating a function called divide, which divides a by ...