Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть синтаксично вірні записи множини set в Python
st = [3, 2.6, 'str']
st = set([1, 2, 3])
st = {[2, 4, 5]}
st = set()
st = set('str')
st = (0, 1, 22)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!