Computer Science, asked by deevansh6294, 11 months ago

Suppose u and v both denote sets in Python. and u|v != u^v. What can we conclude about u and v?

Answers

Answered by art430715
2

Answer:

I have tried by considering set values as 1,2,3 & 4,5,6. I am getting answer as v should be subset of u.

Similar questions