Python language basics 57: starting with exceptions
October 18, 2015 1 Comment
Introduction
In the previous post we revisited dictionaries in python. We saw how to update a dictionary by adding new items to it or removing one.
In this post we’ll start looking at something very different: exception handling.