判断题

运行以下代码:
def fun(x, y, z):
   return x + y - z
print(fun(1, y=10, 3)
运行结果为:8。( )

A

B

赣ICP备20007335号-2