nekomata_saren@tg says to YSITD
ol = lambda offset, limit: '0' * offset + '1' * limit + '0' * 10 sp = lambda line, ps: [line[i:i+ps] for i in range(0, len(line), ps)]