✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть результат виконання програми:class myClass:....i = 0....def __init__(self):........i = 1obj = myClass()print(obj.i)