1.

The function divmod(a,b), where both ‘a’ and ‘b’ are integers is evaluated as:

A. (a%b, a//b)b) (a//b, a%b)c) (a//b, a*b)d) (a/b, a%
B. , where both ‘a’ and ‘b’ are integers is evaluated as:a) (a%b, a//b)b) (a//b, a%b)
C. (a//b, a*b)
D. (a/b, a%b)
Answer» C. (a//b, a*b)


Discussion

No Comment Found