13,420
edits
Changes
→Investigation 1 - Part 4 - List Comprehension
</pre>
== PART Part 3 - Dictionary ==
== PART 4 - List Comprehension ==
We've already covered lists to a degree. Lets move into more advanced functions to 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.