try
block of a
try
/except
statement.
except
block of a
try
/except
statement.
try
bloc of a
try
/except
statement, what does the interpreter do?
try
block raise more than one kind of exception?
try
block can create more than one type of
runtime error, what must you do if you want to do different things for each possible runtime error?
except
block that began
except ValueError val_err:how would you print the error message contained in the exception object?
else
block of a try
/except
statement
executed?
finally
block of a try
/except
statement
executed?
except
block?