✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Для заданого фрагменту коду встановіть відповідності
class MyClass:
d = 20
def __init__(self):
self.a = 10
self._b = 20
self.__c = 30