SyntaxFix
Write A Post
Hire A Developer
Questions
The reduce function also works
import operator h=['a','b','c','d'] reduce(operator.add, h) 'abcd'