list1_string=''.join(str(element) for element in list1)#convert each individual element and join with no space as the separator ...