print("........")
^
IndentationError: unexpected indent
有些行 没有顶格写,报错
本文介绍了Python中常见的IndentationError错误,该错误通常由于代码缩进不正确导致。通过实例展示了如何识别和修复这类错误,帮助初学者更好地理解和避免此类问题。
print("........")
^
IndentationError: unexpected indent
有些行 没有顶格写,报错
4993
8879
2584
1527

被折叠的 条评论
为什么被折叠?