You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return 3.14 * super().area() # This is called method overriding , here are creating a valid method for the class Circle using the area method made for the class Shape . Yani parent class ke ek method ko
# call karke usko, use kar child class mein ek method ko define karna.