(Parte 4) Eletrônico, Smartphone com Mixin e a união de tudo até aqui

This commit is contained in:
Luiz Otávio
2022-11-17 11:42:07 -03:00
parent 71074765be
commit de32cbd6b1
3 changed files with 42 additions and 1 deletions

View File

@@ -1 +1,7 @@
from log import LogFileMixin, LogPrintMixin
from eletronico import Smartphone
galaxy_s = Smartphone('Galaxy S')
iphone = Smartphone('iPhone')
galaxy_s.ligar()
iphone.desligar()