how to convert a list with one iteration into a str python3 code example Example: list to string python list1 = ['1', '2', '3'] str1 = ''.join(list1)