β
Correct Answer: (C)
chr()
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.
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
1080
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
82%
Success Rate