Exercise: Power set Given a set of items provided as a list, write a function that returns the power set of the given set. Previous Next