Which of the following is not correct about main modules?
Special name given to main modules is: __main__
Other main modules or scripts can import main modules
Main modules may import any number of other modules
When a python file (.py) is directly executed, it is considered main module of a program
Main modules are not meant to be imported into other modules or scripts that are directly run
Comment here: