str.join(iterable). Concatenates the elements in an iterable . The result is a string whereas each elements in the iterable are “glued together” using the ...
確定! 回上一頁