String module
Level: Newbie
In this exercise, you'll practice writing another list comprehension (a robust tool for creating lists from other iterables and one of our favorite Python features!)
But we'll add another concept to the mix: the string
module, which provides a series of string constants that can be useful in various string manipulation tasks.