Convert a list with strings all to lowercase or uppercase

I have a Python list variable that contains strings. Is there a function that can convert all the strings in one pass to lowercase and vice versa, uppercase?

← Назад к списку