list object to string python code example Example: list to string python list1 = ['1', '2', '3'] str1 = ''.join(list1)