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