Source Code:
(back to article)
try: raise ValueError("Invalid value") except Exception as e: print(e)
Result:
Report an issue