Try Except Block with Import Error || Try and Except || Exception Handling || Python

In this, we are going to see an example of try except block with import error that is done using Exception Handling in Python Programming Language.

-
import whatsapp

try:
    import whatsapps
except ImportError:
    print("No such module")

# Coded by Saahil

#ENJOY CODING


Post a Comment

FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP

Previous Post Next Post