Should support: ```python others = (3, 4) my_set = s{1, 2, *others} ```
Should support: