use.join on a list code example Example: python join list ''.join(list) # If you want to join with comma (,) then: ','.join(list)