I have a list in Python 3. I want to split a list [1,2,3,4,5,6,7,8] to [1,2,3,4] ... ) out.writerows(map(lambda x: [x],list)) ...
確定! 回上一頁