Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведене наступний рядок коду:
print(dict(('a1', 'b1', 'c1')))
Error
{('a1', 'b1', 'c1'): None}
{'a1': None, 'b1': None, 'c1': None}
{'a': '1', 'b': '1', 'c': '1'}
('a1', 'b1', 'c1')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!