कौन सा सही नहीं है?
Which is not correct?
A
abs() returns the absolute value of an integer.
B
divmod() returns the only remainder of integer division.
C
max() returns the largest value among given integers.
D
pow() raises an integer to a specified power.
Explanation
Correct Answer: B) divmod() returns the only remainder of integer division.