Welcome to my youtube channel Apkfear. In this video I am going to show how to use try except else in python. Try except else are used for exception handling of our code. Try block test your code. Except block let you handle exception and else block only works, if no exception occurs. This video is for beginners who want to learn python.