def __str__(self): return "\n-----Quadrado-----\n" + Figura.__str__(self)
def __str__(self): return "\n-----Retangulo-----\n" + Figura.__str__(self)