example of join() function in python. 2. . 3. numList = ['1', '2', '3', '4']. 4. separator = ', '. 5. print(separator.join(numList)). python join list.
確定! 回上一頁