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=

Respuesta :

Answer:

15

Explanation:

Edge 2021

Ver imagen jcristall
ACCESS MORE