πŸ“Š Python
Q. Suppose we have two sets (s1 and s2) then what is the output of S1 + S2
  • (A) Adds the elements of the two sets.
  • (B) Removes the duplicate elements and adds the two sets.
  • (C) Impossible to perform this type of operation.
  • (D) The output will be stored in S1.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Impossible to perform this type of operation.

Explanation: The + operator cannot be applied between two sets.

Explanation by: Tanmay
The + operator cannot be applied between two sets.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
194
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
91%
Success Rate