Built-In Functions
Learn about the different kinds of built-in functions that operate on iterables.
We'll cover the following...
Groups of built-in functions
Python includes a number of functions that operate on iterables. We can split these into four groups.
Primitive functions
The iter
and next
functions perform primitive operations on iterables/iterators. We covered these earlier in this chapter.
Creation/conversion functions
We have seen earlier that the list
and tuple
...
Access this course and 1400+ top-rated courses and projects.