semua kemungkinan 0 dan 1

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