Ask Now
Course Intro
Curriculum
Get Started
1 / 2
What prefix is used to declare private variables in a class?
class
Account:
def
__init__(self,
balance):
self.
balance
=
balance
__
_
private
protected
Previous
Confirm