Q. What will set1|set2 do?
Code:
If set1={"a","b",3}
set2={3,7}
β
Correct Answer: (C)
A new set will be created with the elements of both set1 and set2
If set1={"a","b",3}
set2={3,7}
You must be Logged in to update hint/solution