关于飞机大战的一个疑问
Traceback (most recent call last):File "C:\Users\戈\Desktop\pygame文件\打飞机小游戏\飞机.py", line 195, in <module>
main()
File "C:\Users\戈\Desktop\pygame文件\打飞机小游戏\飞机.py", line 120, in main
if each.active():
TypeError: 'bool' object is not callable
LZ照着书本打代码出现'bool' object is not callable,求大佬解决下 不发代码,谁知道你什么问题啊。。。。
只看这个错误提示,只能猜测了
估计 在前文代码中曾经给 each.active赋值为bool类型的变量,然后在这里 执行 if each.active():的时候就报错了。报出的错误提示为:bool对象不能调用。 没问题了 我多打了个()
页:
[1]