Write a report using the vehicle inventory programme and simple Python.

Write a report using the vehicle inventory programme and simple Python.Create an automobile class that will be used by a dealership as a vehicle inventory program. the following attributes should be present: private string make, private string model, private string color, private int year, private int mileage. program should have methods such as: constructor, add … Read more