所以我在制作井字游戏时遇到了多个问题,但我已经找到了大多数问题的解决方案。但现在的问题是我读错了
Traceback (most recent call last):
File "/Users/user/Desktop/tic tac toe game.py", line 43, in <module>
if board[input] != 'x' and board[input] !='o':
TypeError: list indices must be integers, not builtin_function_or_method"
当我尝试运行它时。这是它遇到问题的代码:
if board[input] != 'x' and board[input] !='o':
board[input] = 'x'
我不知道该怎么做,我喜欢在星期四刚开始使用 python 并且对它不是很聪明。但感谢所有的帮助(:哦,我有 python 3.2.