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