单选题

divmod()函数的功能是用来求模和计算余数。对应变量x和y,divmod(x,y)返回的结果是以下哪一项?( )

A

(x//y, x%y)

B

(x/y, x%y)

C

(x%y, x//y)

D

(x%y, x/y)

赣ICP备20007335号-2