Description
Write the special method __str__() for CarRecord. Ex: if year_made is 2009 and car_vin is ABC321, then the sample program should print:
Year: 2009, VIN: ABC321
Original price was: $5.00.$2.00Current price is: $2.00.
Year: 2009, VIN: ABC321
Madison Hayes –
Perfect working code. Simple and easy to follow. Thanks