示例#1
0
 def __str__ (self):
     return FiguraGeometrica.__str__(self) + Color.__str__(self)
示例#2
0
    def color(self):

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