Skip to content

Commit 3ee4bde

Browse files
committed
add exercise for exception handling
1 parent f8181b9 commit 3ee4bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basics/Exercise/15_exception_handling/exception_handing_exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
- `else`: Print the final grade if everything was successful.
2121
- `finally`: Print a goodbye message like `"Thank you for using the Grade Calculator. Goodbye!"` no matter what.
2222

23-
[Solution](https://gist.github.com/your-solution-link-here)
23+
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/15_exception_handling/exception_handling_solution.py)

0 commit comments

Comments
 (0)