Introduction
Lesson 1 of 9 in Coddy's Python List Comprehension course.
Python list comprehension offers a shorter syntax when you want to create a new list based on the values of an existing list.
This concept used a lot when coding in Python, to create more readable and shorter code pieces.
Happy Coding!
Try it yourself
This lesson doesn't include a code challenge.