SyntaxFix
Write A Post
Hire A Developer
Questions
a='hello world' map(lambda x:x, a)
['h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd']
An easy way is using function “map()”.