Python - Constructors and Object Initialization
You want to create a class
Book that stores title and author. Which constructor correctly initializes these attributes and allows creating a Book object with both values?