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