Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Что выводится на консоль при запуске следующего фрагмента кода?
a = {'a': 1, 'b': 2, 'c': 3}print(a['a', 'b'])
[1, 2]
{'а': 1,'б': 2}
KeyError
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!