Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
my_set = {1, 2, 3} my_set.add(4) my_set.add(2) print(my_set)
my_set = {1, 2, 3}
my_set.add(4)
my_set.add(2)
print(my_set)
my_set sisaldab ainult numbreid, mis olid algselt lisatud.
my_set sisaldab ainult numbreid {1, 2, 3}.
my_set sisaldab elemente {1, 2, 2, 3, 4}.
my_set sisaldab numbreid {1, 2, 3, 4}.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!