Posts by Otavio • 1 point
2 posts
-
-2
votes1
answer22
viewsA: Guys Is this python exercise right?
People wanted to know if this exercise is right or there is something wrong?
-
-4
votes1
answer22
viewsQ: Guys Is this python exercise right?
class Bola: def __init__(self,cor,circunferencia,material): self.cor = cor self.circunferencia = circunferencia self.material = material # MOSTRAR COR def mostrar_cor(self): return print("A cor e :…