第17494题 单选题
下列给定Python代码的输出结果是什么?

给定Python代码如下,求其输出结果:

def py(b):
    b += 3
    return(b)
print(py(3))
A

3

B

6

C

0

D

9

程序运行统计
暂无判题统计