Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 63)
63.
What does the __name__ attribute represent?
The name of the module.
The name of the function.
The name of the class.
The name of the variable.
Answer: Option
Explanation:
The __name__ attribute represents the name of the module in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.