Opdracht๐ shown in EN
๐ **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.