以下程序的输出结果是?x = 1y = -1z = 1if x > 0: if y > 0: print 'AAA' elif z > 0: print 'BBB' A、无输出; B、AAA; C、BBB; D、语法错误 发布时间:2025-09-01 01:41:22