第16063题 判断
判断给定Python代码执行后返回结果为6的表述是否正确

执行以下代码:

Func(2,3)
def Func(a,b):
    z=a*b
    return z
A

正确

B

错误

提交0次 正确率0.00%
答案解析