198
edits
Changes
→PART 4 - List Comprehension
<br><br>
<!--== PART 4 - List Comprehension ==
'''SKIP THIS PART'''
:We have already have had an introduction to lists. We will now explore advanced functions that use and generate lists. This is a very common practice in Python: understanding how to generate, manipulate, and apply functions to items inside a list can be incredibly useful. List comprehension is a way to build new lists from existing list and to do it faster than simply looping over lists.