Python错误:TypeError: ‘str’ object is not callable 原因分析: 当一般内部函数被用作变量名后可能出现此错误。比如: range=1 for i in range(0,20): 就会报这样的错误。