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