Let's start off with defining the class Book. Using the keyword class create a class with the name Book.
class
Make sure to pick class, followed by Book:.
Book: