Learning Scientific Programming with Python (2nd edition)

Q4.1.1: The else block of a try ... except clause

Question Q4.1.1

What is the point of else? Why not put statements in this block inside the original try block?