my_list = [2 ** i for i in range(1, 11)]
for i in my_list:
    print(i)