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