我昨晚更新了GoogleAppEngineLauncher,现在我得到了这个错误A problem occurred in a Python script.google.appengine.tools.dev_appserver.DevAppServerRequestHandler instance at 0x
通过一篇关于python列表的教程,我尝试编写一个python函数,它统计以特定字母开头的单词的出现次数。'd')>>>count_occurrences([],'d')但是,如果我输入一个包含错误类型的列表,比如[1,2,3],它将抛出一个TypeError:'int' object is unsubscriptable