print("These are the powers of two:") print("(1, 2, 4, 8)") print("(16, 32, 64)") print("(128, 256, 512)") print("(1024, 2048, 4096, 8192)")