Esempio n. 1
0
 def __str__ (self):
     return FiguraGeometrica.__str__(self) + Color.__str__(self)
Esempio n. 2
0
    def color(self):

        return Color.__str__(self)
Esempio n. 3
0
 def __str__(self):
     return FiguraGeometrica.__str__(self) + Color.__str__(self) + ' El area es: ' + str(self.area())
Esempio n. 4
0
 def __str__(self):
     return FiguraGeometrica.__str__(self) + ", " + Color.__str__(
         self) + ", " + str(self.area())