gpt4 book ai didi

python - 尝试除了 IndentationError

转载 作者:太空狗 更新时间:2023-10-30 01:45:07 24 4
gpt4 key购买 nike

我的缩进有什么问题?

>>> try:
print("Hello World!")
except:

File "<pyshell#2>", line 3
except:
^
IndentationError: unindent does not match any outer indentation level

使用 IDLE Python 2.7.2,Shell;在 try 语句之后,我尝试退格到正确的缩进,但它转到了左边距,我必须键入 4 个空格。

最佳答案

这里不需要任何缩进,“except”语句必须在顶层(与try语句相同)。

关于python - 尝试除了 IndentationError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8922517/

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