python3 list to stirng code example Example: list to string python list1 = [1, 2, 3] str1 = ''.join(str(e) for e in list1)