Завдання🌐 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.