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