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