wszystkie możliwości 0 i 1

from itertools import *
>>> a = list(product([0,1],repeat=6))
The_BLUESTEEL