Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
set1={1,2,3,4,5,6,7,8,9,10}
set2= {8,10,12,14,18,20}
set1.intersection(set2)
Позначте результат операцій
{8,10,12,14,18,20}
{1,2,3,4,5,6,7,8,9,10,8,10,12,14,18,20}
{8,10}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!