Programming, Data Structures And Algorithms Using Python — Week 6 Quiz | NPTEL | [Jan 2023]
Programming, Data Structures And Algorithms Using Python — Week 6 Quiz | NPTEL Jan 2023 | Answer with Explanation

Suppose u and v both denote sets in Python. Under what condition can we guarantee that u-(u-v) == v?
a. The sets u and v should be disjoint.
b. The set u should be a subset of the set v
c. The set v should be a subset of the set u
d. This is true for any u and v.