What’s the value of the __name__ variable when the Python interpreter executes your script?
__name__
Select one:
"__main__"
"__name__"
The name of the script
The name of the calling function
__main__
Hint
It’s a special string!
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?