You have to do the conversion of integer values to string, before using .join(…).
list1[6] = str(counter)
0
solved Python join a list of strings
You have to do the conversion of integer values to string, before using .join(…).
list1[6] = str(counter)
0
solved Python join a list of strings