Subsets & Combinations - Subsets
Consider the following Python code that generates all subsets of
nums = [1, 2, 3]. What is the value of subset when mask = 5 during the iteration?