下面代码的输出结果是()x=10y=3print(divmod(x,y))

下面代码的输出结果是()x=10y=3print(divmod(x,y))

A.(1, 3)

B.3,1

C.1,3

D.(3, 1)

正确答案:(3, 1)

猜你喜欢