Task
π **Question:** Class \`Employee\` with \`name\`. Subclass \`Manager\` adds \`team_size\`. Use \`super().__init__\`. Print \`"Ada 5"\` for Manager("Ada", 5).\nExpected: Ada 5
π Pick the right answer.
π‘ **Hint:** Re-read the theory above if unsure.