arr to str pyhton code example Example: how to convert a list to a string in python array = [] STR = '' for i in array: STR = STR+i