第17670题 单选
下列给定Python程序的运行结果是哪一项
a = 1
if a == 0:
    a = a + 1
    if a == 1:
        a = 5
print(a)
A

1

B

2

C

5

D

0

程序运行统计
暂无判题统计