Exercise: Case-Insensitive Sort

Sort a list of strings alphabetically, ignoring case differences, using key=str.lower.
Python
Setting up Python environment...
Output