Write a Python 3 program that takes 2 arguments: The first argument is the path to a directory that contains INI files describing features of different breeds of cats, where each INI files contains one section that is the name of the breed, and that section contains key-value pairs, where each key is the name of a feature of that breed, and the value description of that feature.

Respuesta :

Answer:

Object Oriented Python 3 Program. We employ object-oriented programming to create a Cat object with the specifications given.

Explanation:

Please, see details in the attachment

Ver imagen Mikola77