标签: 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
请帮忙