✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть рядок який створює в програмі об'єкт:class T1: n=10 def total(self,N):.... self.total = int(self.n)+ int(N) t1 = T1()t1.total(45)print(t1.total)