A

Admin • 833K Points
Coach

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.
  • Correct Answer - Option(C)
  • Views: 26
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The + operator cannot be applied between two sets.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.