2. A function checkMain( ) defined in module Allchecks.py is being used in two different programs. In program 1 as

In program 1, the import statement must have been
import Allchecks
while in program 2, it must have been
from Allchecks import checkMain