Power Set Generate a list of the power set of a "set" supplied as an input list. Run in repl as: import powerset as P P.main[the_list] for some list the_list. [end]