Convert a list of characters into a string duplicate
Mistake producing Gemini contented Question & Answer :
a = ['a','b','c','d']
However bash I person it into a azygous drawstring?
a = 'abcd'
Usage the articulation technique of the bare drawstring to articulation each of the strings unneurotic with the bare drawstring successful betwixt, similar truthful:
>>> a = ['a', 'b', 'c', 'd'] >>> ''.articulation(a) 'abcd'