Source Code:
(back to article)
try: i = j except Exception as exc: print(exc)
Result:
Report an issue