Opdrachtπ shown in EN
π **Question:** Use \`Counter\` on the string \`"mississippi"\` (treat each character as an item). Print \`.most_common(2)\`.\nExpected: [('i', 4), ('s', 4)]
π Pick the right answer.
π‘ **Hint:** Re-read the theory above if unsure.