Define the Artist class in Artist.py with a constructor to initialize an artist's information. The constructor should by default initialize the artist's name to "None" and the years of birth and death to 0. Define the Artwork class in Artwork.py with a constructor to initialize an artwork's information. The constructor should by default initialize the title to "None", the year created to 0, and the artist to use the Artist default constructor parameter values. Add an import statement to import the Artist class. Add import statements to main.py to import the Artist and Artwork classes.

Respuesta :

Answer:

Explanation:

As a result of the codes used to making this solved, i was unable to upload my answer, therefore i'm sending a screenshot of the codes.

thank you for your understanding,

cheers i hope this helps

Ver imagen Preciousorekha1
Ver imagen Preciousorekha1
Ver imagen Preciousorekha1
Ver imagen Preciousorekha1

Otras preguntas