A list in Python is an ordered collection of items that can be of any type. Lists are mutable, meaning you can change their content after creation. A set is an unordered collection of unique items.
This lab allows you to practice and apply the concepts and techniques taught in class. Upon completion of this exercise, you will be able to: Write concise and efficient code using list comprehension.