Why is it best practice to have multiple except statements with each type of error labeled correctly? a)Ensure the error is caught so the program will terminate b)In order to know what type of error was thrown and the location within the program c)To skip over certain blocks of code during execution d)It is not necessary to label errors