单选题

设有以下函数,运行程序输出的结果是?

def fun(m,n):

    m-=n

    return m

a=fun(4,1)

print(a)

A

1

B

2

C

3

D

4

赣ICP备20007335号-2