Answer:
Just add this and yoyr code should work.
Step-by-step explanation:
 def print_info(self):
 print("Car's information:")
 print(" Model year:", self.model_year)
 print(" Purchase price:", self.purchase_price)
 print(" Current value:", self.current_value)