To convert a list to a comma separated string in Python, use the .join() method. join() method takes all elements in an iterable and joins them into one.
確定! 回上一頁