18
def __init__(self, x, y, z):
self.a = x + y + z
x = change(1, 3, 5)
y = getattr(x, 'a')
setattr(x, 'a', y + 1)
print(x.a)
Answers
Answered by
0
Answer:
don't know yaar sorrynenene
Answered by
0
Explanation:
hope you like the answer and give more point please from next time
Attachments:
Similar questions