单选题

在 Python 中运行后,b 的值是 ( )

a=6

If a>=0:

     b=a+2

Else:

     b=a-2

print(b)

A

6

B

8

C

10

D

12

赣ICP备20007335号-2