Solution Review: Lower To Uppercase
This lesson will help you change the case of the string using a built-in function.
We'll cover the following...
Solution: Use str.upper()
and str.lower()
Given a string ...