what will be the output? need answer fast!
What will be the output? class num: def init_ (self, a): self.number = a def add_ (self, b): return self.number + 2 * b.number # main program numA = num (3) numB = num (2) result = numA + numB print (result) O 5 O 2 O 7 O 3
โ€‹

Respuesta :

Answer:

your answer would be 7.0 my guy

Explanation:

i took the final