Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть синтаксично вірний запис словника в Python
dct = {1: 2}
dct = dict([("a", 1), ("b", 2)])
dct = {[1]:10}
dct = {'':1}
dct = set()
dct = dict({"a": 1, "b": 2})
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!