Skip to content

Commit 808a196

Browse files
authored
removed str from f string
1 parent 809c404 commit 808a196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ErrorsandExceptions/Exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
try:
1414
print(int(a) // int(b))
1515
except Exception as e:
16-
print(f"Error Code: {str(e)}")
16+
print(f"Error Code: {e}")

0 commit comments

Comments
 (0)