Q. Which symbol is used to indicate that a member is private?
β
Correct Answer: (D)
__
Explanation: Double underscore (`__`) prefix indicates a private member in Python.