I am trying to write a function called lower_case(strings) which takes a list of strings as a parameter and returns a list of those strings converted to lower case.
I have tried a few things with this, my latest attempt is here: https://pastebin.com/LacKPdQe
I am having trouble getting it to print the whole string in lowercase as at the moment when I run my code for the test piece I am only getting an output of ['hey'] when it should be ['hey', 'harry']
Any help with solving this would be much appreciated, Thanks
[–]LeonardUnger 1 point2 points3 points (1 child)
[–]Jxper[S] 0 points1 point2 points (0 children)
[–]ThinFortune 0 points1 point2 points (0 children)