Given a list of strings, write a Python program to convert all string from lowercase/uppercase to uppercase/lowercase. Input : ['GeEk', 'FOR', 'gEEKS'] Output: ['geeks', 'for',… Read More »
The post Python | Convert case of elements in a list of strings appeared first on GeeksforGeeks.
Python | Convert case of elements in a list of strings
Reviewed by Shoaib Khan
on
February 13, 2019
Rating:
No comments: