2874 . 单选题

执行下面Python代码后,输出的结果不可能是哪一项?

a = dict(zip(range(8, 0, -2), range(0, 8, 2)))
print(a)