MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following functions does not necessarily accept only iterables as arguments? |
| A. | enumerate() |
| B. | all() |
| C. | chr() |
| D. | max() |
| Answer» D. max() | |