次のコードが実行されたとき、book が True ならどのメッセージが表示されますか? if book: "This story is based on a book." else: "This story is based on a game." A. "This story is based on a game." B. "This story is based on a book." C.