Explanation: the functions enumerate(), all() and max() accept iterables as arguments whereas the function chr() throws an error on receiving an iterable as an argument. also note that the function chr() accepts only integer values.
Q. Which of the following functions does not necessarily accept only iterables as arguments?
β
Correct Answer: (C)
chr()
Explanation by: Mr. Dubey
the functions enumerate(), all() and max() accept iterables as arguments whereas the function chr() throws an error on receiving an iterable as an argument. also note that the function chr() accepts only integer values.
Discussion
Question Analytics
1053
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
93%
Success Rate