A

Admin • 802.91K Points
Coach

Q. Which symbol is used to indicate that a member is private?

  • (A) !
  • (B) #
  • (C) _
  • (D) __
  • Correct Answer - Option(D)
  • Views: 5
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
Double underscore (`__`) prefix indicates a private member in Python.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.