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.Premium
Python
Setting up Python environment... Output