为了账号安全,请及时绑定邮箱和手机立即绑定

python split method AttributeError

python split method AttributeError

蝴蝶不菲 2019-02-20 10:22:33
# this program is used to catch the acronym result = '' inputdata = [] # input the phrase inputdata = raw_input('please input the phrase ').upper().split() for i in inputdata: result += i[0] print result #刚才随手删掉了 inputdata = []一行结果报错: #AttributeError: 'builtin_function_or_method' object has no attribute 'split'。 原因是什么?没看懂 多谢...脑袋有点不清楚,可能确实是误操作了...
查看完整描述

2 回答

?
HUWWW

TA贡献1874条经验 获得超12个赞

看你的报错,更像是不小心没有给upper的调用加上()

查看完整回答
反对 回复 2019-03-01
?
qq_遁去的一_1

TA贡献1725条经验 获得超7个赞

我运行了一次没有报错

查看完整回答
反对 回复 2019-03-01
  • 2 回答
  • 0 关注
  • 728 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信