Explanation: the function all() returns ‘true’ if any one or more of the elements of the iterable are non zero. in the above case, the values are not iterable, hence an error is thrown.
Q. ,0,4.2)
β
Correct Answer: (C)
error
Explanation by: Mr. Dubey
the function all() returns ‘true’ if any one or more of the elements of the iterable are non zero. in the above case, the values are not iterable, hence an error is thrown.
Discussion
Question Analytics
681
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
86%
Success Rate