Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе наступний код:
d = dict(A=65, B=66, C=67)print(d)
{A=65, B=66, C=67}
{}
{(A, 65), (B, 66), (C, 67)}
{A: 65, B: 66, C: 67}
{'A': 65, 'B': 66, 'C': 67}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!