Hi Guys in this video we will be discussing about how we can handle
syntax errors
runtime errors
For handling runtime errors we need exception handling code for which we use try-except block
In try block we write risky code and we handle these risky code in except block.
We have discussed how control flow of try-except works.
For more updates please subscribe to our channel. Thank You !
#execeptionhandling #tryexceptpython #pythonprogramminginhindi #codewithkal #controlflowintryexcept