而len(计数)!= 1:* PYTHON *为什么这不起作用

时间:2015-11-24 09:47:40

标签: python-3.3

While len(count) !=1:
    count=str(int(count[0])+int(count[1]))

当整个程序运行时,它说明

TypeError: object of type 'int' has no len()

On line 26

请帮忙

0 个答案:

没有答案