Skip to content

Commit 591ee44

Browse files
committed
Added error handling
1 parent 8537f09 commit 591ee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/13-Error_Handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
>Even if a statement or expression is syntactically correct, it may cause an error when an attempt is made to execute it. **Errors detected during execution are called exceptions**
77
8-
####Some examples :
8+
#### Some examples :
99

1010
1.You ask for an integer but input value of other datatype
1111
```python

0 commit comments

Comments
 (0)