Crossin的编程教室

标题: 求助:报错TypeError: 'NoneType' object is not callable [打印本页]

作者: Ambition——xb    时间: 2018-4-10 15:46
标题: 求助:报错TypeError: 'NoneType' object is not callable
lst_1 = [1,2,3,4,5,6]
lst_2 = [1,3,5,7,9,11]
lst_3 = list(map(None, lst_1))  
print (lst_3)
lst_4 = list(map(None, lst_1, lst_2))
print (lst_4)


这是第72课的课程内容,
运行程序后报错:TypeError: 'NoneType' object is not callable

作者: crossin先生    时间: 2018-4-10 15:57
py3的map不能这么用了,你可以搜一下
作者: Ambition——xb    时间: 2018-4-10 16:49
crossin先生 发表于 2018-4-10 15:57
py3的map不能这么用了,你可以搜一下

嗯,我搜过了,就是说没有这个用法了吧 谢谢啦




欢迎光临 Crossin的编程教室 (https://bbs.crossincode.com/) Powered by Discuz! X2.5