Convert list of characters into string in Python

"".join(["a", "b", "c"])