Advertisement
ph4x35ccb

erro linha 1 import veiculo

Feb 5th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. import veiculo
  2.  
  3. class Carro(veiculo.Veiculo):
  4.     def __int___(self, cor, tipo_combustivel, potencia, qtd_portas):
  5.         super().__init__(cor, tipo_combustivel,potencia)
  6.         self.qtd_portas = qtd_portas
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement