1.

2. Med Cd5 wuP 3. Find the error in the following program to get the given output?class Fruits:def __init_(self, fl, f2):self.fl=flself.f2= 2def display(self):print("Fruit 1 = %s, Fruit 2 = %s" %(self.fl, self.f2))F = Fruits ('Apple', 'Mango')del F.displayF.displayOutputFruit 1 = Apple, Fruit 2 = Mango​

Answer»

what is the QUESTION BRO can't UNDERSTAND??...



Discussion

No Comment Found