Animorphs #23: The Pretender

Reading Journey

  • Started: 2024-12-08T22:29:34Z
  • Ended: 2024-12-08T23:44:06Z
  • Total Time Read: 1hrs 14mins 32secs
Code
%run _help_reading.py
import pandas as pd

df = pd.read_csv(
  'https://github.com/MrGeislinger/victorsothervector/raw/main/'
  'data/reading/all_reading-clean.csv'
)

book_name = """Animorphs #23: The Pretender"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for Animorphs #23: The Pretender

Thoughts on Animorphs #23: The Pretender

Overview

Tobias learns that his father is Elfganor and correctly reasons that it was some Ellimist wackiness.

Tobias never gets the home he really needs

I love that Tobias has this internal struggle of being a human and a hawk. But I also love that at the end of the book, he leans into both. Especially with him taking care of the small bunnies– his makeshift family since he doesn’t have one.

Him turning into a human to cry breaks my heart


Bluesky Comments