映射操作Last Element异常

时间:2017-06-21 09:55:12

标签: python list

#Right now
list(map(lambda x: f1.write(x + ','),feature))
# Would like it to be:
list(map(lambda x: if(x = map.end) f1.write(x) else: f1.write(x),feature))

就像上面的示例代码一样,我可以做任何事情来排除或做出异常,使得地图的最后一个元素做其他事情

1 个答案:

答案 0 :(得分:3)

也许你只能在ds1使用地图,这是除了最后一个功能之外的所有功能元素。 然后写下最后一个元素:

编辑:因为要素是地图对象,我们将其转换为

之前的列表
feature[:-1]