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 init(self,a): self. number = a defmul(self, b) return self.number + b.number numA = num(5) numB = num(10 class=

Answer :

Answer:

15

Explanation:

Edge 2021

${teks-lihat-gambar} jcristall

Other Questions