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
694
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
82%
Success Rate