def fill(x,p): x = list(x) if len(x) == 0: return [] overall = 0 bit = 0 while (1<