1.

Which of the following isn t true about main modules?

A. tWhen a python file is directly executed, it is considered main module of a program
B. tMain modules may import any number of modules
C. tSpecial name given to main modules is: __main__
D. tOther main modules can import main modules
Answer» E.


Discussion

No Comment Found