Format that exception

Report a typo

The following piece of code will end up throwing an error. Choose the line that completes the code in order to show only the type of error and no other information.

import traceback

try:
    result = 123654 / 0
except Exception as e:
    ..........................
        print(line)
Select one option from the list
___

Create a free account to access the full topic