The join() method takes all items in an iterable and joins them into one string. A string must be specified as the separator. Syntax. string.join(iterable) ...
確定! 回上一頁