单选题

运行这段Python代码,终端区会打印什么内容?(    )

a = 10

if  a > 5:

      a += 20

print(a)

A

10

B

20

C

30

D

5

赣ICP备20007335号-2