join (mylist) print(result) # foo, bar, baz # 文字列以外を要素とするリストはそのままではjoinできない mylist = list(range(10)) print(mylist) ...
確定! 回上一頁