Which of the following isn’t true about main modules?
(a) When a python file is directly executed, it is considered main module of a program
(b) Main modules may import any number of modules
(c) Special name given to main modules is: __main__
(d) Other main modules can import main modules
I had been asked this question in quiz.
My enquiry is from Python Modules in portion Mapping Functions and Modules of Python