Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行 othello 的 python 程序。但我知道为什么它在“复制”中显示错误
函数定义的主体必须缩进。
错误的:
def f(): print(1)
正确的: