SyntaxFix
Write A Post
Hire A Developer
Questions
mylist = ['Mixed Case One', 'Mixed Case Two', 'Mixed Three'] print(list(map(lambda x: x.lower(), mylist))) print(list(map(lambda x: x.upper(), mylist)))