join instead of , in list python code example Example: python join list Click to copy''.join(list) # If you want to join with comma (,) then: ','.join(list)