avaget avaget 20-01-2021 Computers and Technology contestada Question # 1 Dropdown Finish the code for this class. class book: def (self, title, author): self.title = title self.author = author self.checkouts = []