logo

Crowdly

Що виведе наступний код: def fun(d, k, v):     d.update({k:v})     return ...

✅ 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 d

dc = {}

print(fun(dc, "1", "v"))

More questions like this

Want instant access to all verified answers on exam.nuwm.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!