Exercise: Strip whitespace from a username
The variable raw holds a username with extra spaces around it. Use
str.strip() to remove the leading and trailing whitespace and store the result in username.Premium
Python
Setting up Python environment... Output