我得到這段代碼的類型錯誤。(Python)類型錯誤與字典
dataTable = {a :1, "data":{b:2, "children":[{c:3, "data":{d:4,e:5, "likes": null, f:6.....} } } }
data = dataTable["data"]["children"]["data"]["likes"]
輸出:
TypeError: string induces must be integers, not str
誰能解出這道題在我的代碼,並解釋爲什麼?謝謝!
你確定這是保證是準確的?該代碼會給出一個稍微不同的錯誤。 –