单选题

下列程序输出的结果是?( )

def change(a,b):

    a=10

    b+=a

a=4

b=5

change(a,b)

print(a,b)

A

4 5

B

10 5

C

4 15

D

10 15

赣ICP备20007335号-2