Multiple
Choice
What will be the output?
class num:
def __init__(self,a):
self. number = a
def_mul__(self, b)
return self.number + b.number
numA = num(5)
numB = num(10)
product = numA * numb
print(product)
50
O 5
an error statement
15
![Multiple Choice What will be the output class num def initselfa self number a defmulself b return selfnumber bnumber numA num5 numB num10 product numA numb prin class=](https://us-static.z-dn.net/files/dfe/92cff47d6d5ededb8c080722e02e5e95.png)