मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता १२

Find the error in the following program to get the given output? class Fruits: def __init__(self, f1, f2): self.f1=f1 self.f2=f2 def display(self): print("Fruit 1 = %s, Fruit 2 = %s - Computer Science

Advertisements
Advertisements

प्रश्न

Find the error in the following program to get the given output?

class Fruits:
 def __init__(self, f1, f2):
 self.f1=f1
 self.f2=f2
 def display(self):
 print("Fruit 1 = %s, Fruit 2 = %s" %(self.f1, self.f2))
 F = Fruits ('Apple', 'Mango')
 del F.display
 F.display()

Output
 Fruit 1 = Apple, Fruit 2 = Mango
एका वाक्यात उत्तर

उत्तर

In line No. 8, del F.display will not come.

shaalaa.com
Sample Programs to Illustrate Classes and Objects
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: Python Classes and objects - Evaluation [पृष्ठ १८८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
पाठ 10 Python Classes and objects
Evaluation | Q 3. | पृष्ठ १८८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×