Question: In Python, when using sets, you use **\_** to calculate the intersection between two sets and **

  1. `Intersect`; `union`
  2. `|`; `&`
  3. `&`; `|`
  4. `&&`; `||`

Answer: The correct answer of the above question is Option C:`&`; `|`