1.

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
Answer» C. Special name given to main modules is: __main__


Discussion

No Comment Found