πŸ“Š Python
Q. What is the result of {'a', 'b'} & {'b', 'c'}?
  • (A) {'a', 'b', 'c'}
  • (B) {'b'}
  • (C) {'a'}
  • (D) set()
πŸ’¬ Discuss
βœ… Correct Answer: (B) {'b'}

Explanation: The & operator returns the intersection of two sets.

Explanation by: Mr. Dubey
The & operator returns the intersection of two sets.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
65
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate