...

/

Summary: Transforming Iterables

Summary: Transforming Iterables

Here's a quick summary of transforming iterables in Python.

We'll cover the following...

In this chapter, we have learned:

  • About the built-in functions that Python provides to transform iterables

  • How ...