gpt4 book ai didi

Python 'builtin_function_or_method' 对象没有属性 '__getitem__'

转载 作者:行者123 更新时间:2023-11-28 21:55:48 25 4
gpt4 key购买 nike

我试图测试一些东西,以便我可以进行 python 文本冒险,但它不起作用。这是代码:

calories = [3]

fooland= ("fooland")
area=fooland
joint= ("joint")

while area=="fooland":
talk=raw_input("Where to go?")

if talk==joint:
area=joint

else:
print "You cant do that!"


while area=="joint":
order=raw_input("What to order?")

if order=="fries":
print "You eat like a BAWS"
calories.append[2]

else:
print "You cant eat that, but here is some grease!"
calories.append[6]

if [calories < 10]:
print "YOU ARE FAT"

但是我得到这个错误:

'builtin_function_or_method' object has no attribute '__getitem__'

我做错了什么,我该如何解决?

最佳答案

要调用一个方法(如 append),您将参数包装在 () 而不是 [] 中。

关于Python 'builtin_function_or_method' 对象没有属性 '__getitem__',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22418242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com