Post

@PythonPr Answer: B) {2, 3}
The & operator in Python performs the intersection operation on sets, which returns a new set containing only the elements that are present in both sets.
set1 contains {1, 2, 3}
set2 contains {2, 3, 4}
The elements common to both
English

@PythonPr B is the correct answer
Set is the collection of unique elements.
English

@PythonPr A, because set does not allow duplicates!
English

@PythonPr Is it really hard or am I the one getting it wrong I need someone to just put me through. Here's my WhatsApp number+2348107088180.
I'm getting lost but I don't wanna give up in lieu of this I really need anyone if you help. I'll be grateful 🙏. You can also follow me thanks
English

@PythonPr B) {2, 3}
Reason: The method used here is set intersection operation between set 1 and 2.
English





















