Joining a list of integers into a string combines each integer in the list into a string of numbers. For example, [1,2,3] will turn into "1,2,3" . Use str.
確定! 回上一頁