Sunday, 29 March 2020

Python Error Message:TypeError: 'builtin_function_or_method' object is not subscriptable

---> 10 dataDict["Chinese"].append[rowList[0]]

TypeError: 'builtin_function_or_method' object is not subscriptable



[錯誤原因] 要使用.append() 非.append[]結尾

No comments:

Post a Comment

IIS HTTP Error 403.18

 HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the...