Reiter

This section is about list comprehensions in Python. A standard way to manipulate a list, is to first declare it and afterwards make the desired changes. Using list comprehension we can create, filter and manipulate lists in one single line of code.