第17501题 单选题
阅读给定Python函数,调用后print(a)的输出结果是什么?
def sum(a):
    a+=1
a=6
sum(a)
print(a)
A

8

B

7

C

6

D

2

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析