Every module has a name and statements in a module can find out the name of its module. This is especially handy in one particular situation - As mentioned ... Every Python module has it's __name__ defined and if this is '__main__', it implies