To join a list of strings into a string in Python: Specify a separator string. Call the join() method on the separator string and the list.
確定! 回上一頁