单选题

执行如下Python代码,输出结果是?( )

def hs(num):
    num += 1
    return num
n=10
s=hs(n)
print(s)


A

11

B

10

C

1

D

运行错误

赣ICP备20007335号-2