Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе наступний код:def fun(d, k, v): d.update({k:v}) return ddc = {}print(fun(dc, "key1", "value"))
{1, ‘v’}
{}
{1 :1, ‘v’:v}
{'key1': 'value'}
{key1=value}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!