Exercise: Lowercase an email address

The variable raw holds an email address with mixed-case letters. Use str.lower() to normalize it and store the result in email.
Python
Setting up Python environment...
Output