Learn
Well done!
You can use the lower()
method to get rid of all the capitalization in your strings. You call lower()
like so:
"Ryan".lower()
which will return "ryan"
.
Instructions
1.
Call lower()
on parrot
(after print
) on line 3 in the editor.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.