判断题

执行下面Python代码,调用函数fun可以得到一个元组类型的数据。

def fun(a, b):

      return a // b, a % b

print(type(fun(8, 5)))

A 正确
B 错误
赣ICP备20007335号-2