Write a Python program to concatenate all elements in a list into a string and return it. ... listToStr = ''.join([str(each) for each in s])
確定! 回上一頁