Computer Science, asked by pushpabisht2009, 8 hours ago

Cls Print "modulus"Tab(5);45 mod7 END​

Answers

Answered by marindamarxlen
0

Answer:

ImportError :- It is raised when the requested module definition is not found or If we are trying to import submodule from the module.

Program :-

import sys

try:

from exception import myexception except Exception as e:

print e

print sys.exc_type

HOPE IT HELP:)

Similar questions