Exemplo n.º 1
0
 def car_description(self):
     make = 'bmw'
     model = '550i'
     #info is imported from car.py
     info(make, model)
Exemplo n.º 2
0
 def car_description(self):
     make = "bmw"
     model = "550i"
     info(make, model)
Exemplo n.º 3
0
 def car_description(self):
     make = "bmw"
     model = "550i"
     info(make, model)
Exemplo n.º 4
0
 def car_description(self):
     make = 'bmw'
     model = '550i'
     car.info(make, model)
Exemplo n.º 5
0
 def car_description(self):
     make = "Audi"
     model = "55ai"
     info(make, model)