Exception handling in python. How to work with exception handling and how to use try and except blocks.
exception allows you to write code which may not work and try block will give error message if exception section does not work.
#python #pythonforbeginners #pythonprogramming #try #exception
#exceptionhandling