Add content to exceptions node in Python (#6329)
* Update exceptions@fNTb9y3zs1HPYclAmu_Wv.md * Update src/data/roadmaps/python/content/exceptions@fNTb9y3zs1HPYclAmu_Wv.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6303/head^2
parent
30957922b1
commit
90df0a3a4d
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# Exceptions |
||||
# Exceptions |
||||
|
||||
Python exceptions are events that occur during the execution of a program and disrupt the normal flow of the program's instructions. When an exception is raised, it indicates that an error has occurred. Python provides a way to handle these exceptions using try-except blocks, allowing developers to manage errors gracefully and ensure the program can continue or exit smoothly. |
||||
|
||||
- [@official@Exceptions Documentation](https://docs.python.org/3/tutorial/errors.html#exceptions) |
||||
- [@video@Exception Handling in Python](https://www.youtube.com/watch?v=V_NXT2-QIlE) |
||||
|
Loading…
Reference in new issue