Python - Classes and Object Lifecycle
You want to create a class
Book that stores title and author. Which is the best way to define the __init__ method to set these attributes?