Python - Constructors and Object Initialization
You want to create a class
Book that stores title and author when you create a new book object. Which constructor correctly sets these attributes?