Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Millised alljärgnevatest valikutest on sobilikud hulga defineerimiseks, mille sisuks on {'a', 'b', 'c'}?
{'a', 'b', 'c'}
s = set(['a', 'b', 'c'])
s = {'a', 'b', 'c'}
s = set('a', 'b', 'c')
s = set('abc')
s = {('a', 'b', 'c')}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!