Make a class called 'RecordHolder' that has 4 properties, name, year, artist, and value. When a Record Holder object is initialized, it should take parameters for all 4 properties (name, year, artist, and value). Make the __str_function return some string representation of the Record Holder (ex. Name: name_here Year: year_here etc) and write a function called update that asks for the current price of the record and updates the object. (Approx. lines of code: 10-15)