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 a new vehicle, remove a vehicle, and update vehicle attributes. program should allow the user to output vehicle inventory to a text file. create a 2-3 page summary that outlines lessons learned in this course: variables & expressions, types, branching, loops, functions, strings, lists & dictionaries, classes, and exceptions.