for i in range(2**3):
    st = str(bin(i))[2:]
    print(st)
    