I need to know what line of code an exception happens, how can I do it starting from the instance? Example:
try: 10/0 except ZeroDivisionError as err: # p