View all questions & answers for the GPYC exam
What will the contents of the "__name__" variable be if the program "gpyc.py" is run as a standalone program?
The name of the Python version used to create the module
__main__
The name of the GCC compiler used to compile the module
gpyc
Submit