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
308
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
83%
Success Rate