Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
2. Який код визначає множину set рівну {'a', 'b', 'c'}
s = set('a', 'b', 'c')
s = {['a', 'b', 'c']}
s = set('abc')
s = set(['a', 'b', 'c'])
s = {'a', 'b', 'c'}
s = {('a', 'b', 'c')}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!