Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Оберіть інструкції для створення словника (dictionary):
dict(['asd', 'gwe', 'zxc'])
dict([('asd',2),('zxc', 2),('gwe',3)])
tel = {'gwe', 'asd', 'zxc'}
dict([('asd': 2),('zxc': 2),('gwe': 3)])
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!