【发布时间】:2017-06-12 15:39:11
【问题描述】:
>>> x = 7
>>> if x > 5:
...print("five")
//它说 文件“”,第 2 行
print("five")
IndentationError: 需要一个缩进块
【问题讨论】:
-
欢迎来到 stackoverflow.com。请花点时间阅读the help pages,尤其是名为“What topics can I ask about here?”和“What types of questions should I avoid asking?”的部分。也请take the tour 阅读how to ask good questions。最后请学习如何创建Minimal, Complete, and Verifiable Example。
标签: python