以下程序的输出结果是。 x = z = 1 y = -1 if x > 0: if y > 0: print('AAA') elif z > 0: print('BBB')( ) A、'BBB'B、程序出错C、无输出D、'AAA' 发布时间:2025-07-19 04:07:04