convert list tot string phthon code example Example: list to string python >>> L = [1,2,3] >>> " ".join(str(x) for x in L) '1 2 3'