We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c404 commit 808a196Copy full SHA for 808a196
ErrorsandExceptions/Exceptions.py
@@ -13,4 +13,4 @@
13
try:
14
print(int(a) // int(b))
15
except Exception as e:
16
- print(f"Error Code: {str(e)}")
+ print(f"Error Code: {e}")
0 commit comments