The class should have two instance variables: title and author.
Define a constructor method that initializes both variables to a default value of "None".
Add a method named get_description that returns a string formatted as "Title: [title], Author: [author]".
Create an object of the Book class with a title and author of your choice.
Call the get_description method on this object and print the result.
mentalmavens asked a year ago
Reading books is a great way to learn. Here are some of the books we recommend.
Here u go