Skip to content

Commit 8d992ac

Browse files
committed
removed main line indent changes
Co-Authored-By: Lakshit-G <178982375+lakshit-g@users.noreply.github.com>
1 parent 2eeaeda commit 8d992ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

calculate_sqrt_and_handle_exceptions/calculate_sqrt_and_handle_exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
file.write(f"The square root of {number} is {result}")
1010
print(f"The square root of {number} is {result}")
1111
except ValueError as e:
12-
print(f"Error: {e}")
12+
print(f"Error: {e}")
13+

0 commit comments

Comments
 (0)