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.