Explanation: the function divmod(a,b) is evaluated as a//b, a%b, if both ‘a’ and ‘b’ are integers.
Q. The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:
β
Correct Answer: (B)
(a//b, a%b)
Explanation by: Mr. Dubey
the function divmod(a,b) is evaluated as a//b, a%b, if both ‘a’ and ‘b’ are integers.
Discussion
Question Analytics
322
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
84%
Success Rate