M

Mr. Dubey • 52.48K Points
Coach

Q. Which of the following functions will not result in an error when no arguments are passed to it?

(A) min()
(B) divmod()
(C) all()
(D) float()
Share

Explanation by: Mr. Dubey
 the built-in functions min(), max(), divmod(), ord(), any(), all() etc throw an error when no arguments are passed to them. however there are some built-in functions like float(), complex() etc which do not throw an error when no arguments are passed to them. the output of float() is 0.0.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Loading Comments....

Question analytics