avaget avaget Today at 7:55 AM Computers and Technology Answered Question # 1 Dropdown Finish the code for this class. class book: def (self, title, author): self.title = title self.author = author self.checkouts = []